#2C66AB

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

Shades of Lochmara #2C66AB

Tints of Lochmara #2C66AB

Color information

#2C66AB (or 0x2C66AB) is unknown color: approx Lochmara. HEX triplet: 2C, 66 and AB. RGB value is (44,102,171). Sum of RGB (Red+Green+Blue) = 44+102+171=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C66AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C66AB is #D39954. Grayscale: #5C5C5C. Windows color (decimal): -13867349 or 11232812. OLE color: 11232812.

HSL color Cylindrical-coordinate representation of color #2C66AB: hue angle of 212.6º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C66AB is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44102171-
CMYK0.740.4000.33
HSL212.6º59.07%42.16%-
HSV(B)212.6º74.27%67.06%-
XYZ13.1412.9840.34-
YUV92.52172.2893.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=13.88%
G=32.18%
B=53.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441021710.740.4000.33212.659.0742.16
Hex2C66AB4A28021d53b2a
Octal54146253112500413257352
Binary1011001100110101010111001010101000010000111010101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,102,171); }

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

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

 a { background-color: rgb(44,102,171); }

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

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

 span { border-color: rgb(44,102,171); }

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