#2C75A9

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

Shades of Lochmara #2C75A9

Tints of Lochmara #2C75A9

Color information

#2C75A9 (or 0x2C75A9) is unknown color: approx Lochmara. HEX triplet: 2C, 75 and A9. RGB value is (44,117,169). Sum of RGB (Red+Green+Blue) = 44+117+169=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C75A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C75A9 is #D38A56. Grayscale: #646464. Windows color (decimal): -13863511 or 11105580. OLE color: 11105580.

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

Color convert

RGB44117169-
CMYK0.740.3100.34
HSL204.96º58.69%41.76%-
HSV(B)204.96º73.96%66.27%-
XYZ14.5616.1239.88-
YUV101.1166.3287.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=13.33%
G=35.45%
B=51.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal441171690.740.3100.34204.9658.6941.76
Hex2C75A94A1F022cd3b2a
Octal54165251112370423157352
Binary101100111010110101001100101011111010001011001101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C75A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,117,169); }

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

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

 a { background-color: rgb(44,117,169); }

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

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

 span { border-color: rgb(44,117,169); }

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