#2C74AB

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

Shades of Lochmara #2C74AB

Tints of Lochmara #2C74AB

Color information

#2C74AB (or 0x2C74AB) is unknown color: approx Lochmara. HEX triplet: 2C, 74 and AB. RGB value is (44,116,171). Sum of RGB (Red+Green+Blue) = 44+116+171=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C74AB is #D38B54. Grayscale: #646464. Windows color (decimal): -13863765 or 11236396. OLE color: 11236396.

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

Color convert

RGB44116171-
CMYK0.740.3200.33
HSL205.98º59.07%42.16%-
HSV(B)205.98º74.27%67.06%-
XYZ14.6315.9740.84-
YUV100.74167.6587.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.29%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=13.29%
G=35.05%
B=51.66%

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
Decimal441161710.740.3200.33205.9859.0742.16
Hex2C74AB4A20021ce3b2a
Octal54164253112400413167352
Binary1011001110100101010111001010100000010000111001110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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