#2C75AB

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

Shades of Lochmara #2C75AB

Tints of Lochmara #2C75AB

Color information

#2C75AB (or 0x2C75AB) is unknown color: approx Lochmara. HEX triplet: 2C, 75 and AB. RGB value is (44,117,171). Sum of RGB (Red+Green+Blue) = 44+117+171=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C75AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C75AB is #D38A54. Grayscale: #656565. Windows color (decimal): -13863509 or 11236652. OLE color: 11236652.

HSL color Cylindrical-coordinate representation of color #2C75AB: hue angle of 205.51º 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 #2C75AB is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44117171-
CMYK0.740.3200.33
HSL205.51º59.07%42.16%-
HSV(B)205.51º74.27%67.06%-
XYZ14.7516.240.88-
YUV101.33167.3287.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=13.25%
G=35.24%
B=51.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441171710.740.3200.33205.5159.0742.16
Hex2C75AB4A20021ce3b2a
Octal54165253112400413167352
Binary1011001110101101010111001010100000010000111001110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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