#2A75B5

Color #2A75B5 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2A75B5

Tints of Lochmara #2A75B5

Color information

#2A75B5 (or 0x2A75B5) is unknown color: approx Lochmara. HEX triplet: 2A, 75 and B5. RGB value is (42,117,181). Sum of RGB (Red+Green+Blue) = 42+117+181=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A75B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75B5 is #D58A4A. Grayscale: #656565. Windows color (decimal): -13994571 or 11892010. OLE color: 11892010.

HSL color Cylindrical-coordinate representation of color #2A75B5: hue angle of 207.63º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A75B5 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42117181-
CMYK0.770.3500.29
HSL207.63º62.33%43.73%-
HSV(B)207.63º76.8%70.98%-
XYZ15.6616.5546.09-
YUV101.87172.6585.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 12.35%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 181 (71.09% from 255) = 53.24%
R=12.35%
G=34.41%
B=53.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421171810.770.3500.29207.6362.3343.73
Hex2A75B54D2301Dd03e2c
Octal52165265115430353207654
Binary101010111010110110101100110110001101110111010000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A75B5; }

 p { color: rgb(42,117,181); }

 H1.HeaderClassName
 {
   color: #2A75B5;
 }
 .AnyTagClassName
 {
   color: #2A75B5;
 }
</style>
background-color css

<style>
 a { background-color: #2A75B5; }

 a { background-color: rgb(42,117,181); }

 div.DivClassName
 {
   background-color: #2A75B5;
 }
 .BgClassName
 {
   background-color: #2A75B5;
 }
</style>
border-color css

<style>
 span { border-color: #2A75B5; }

 span { border-color: rgb(42,117,181); }

 td.TdClassName
 {
   border-color: #2A75B5;
 }
 .TagClassName
 {
   border-color: #2A75B5;
 }
</style>