#2C5FAC

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

Shades of Lochmara #2C5FAC

Tints of Lochmara #2C5FAC

Color information

#2C5FAC (or 0x2C5FAC) is unknown color: approx Lochmara. HEX triplet: 2C, 5F and AC. RGB value is (44,95,172). Sum of RGB (Red+Green+Blue) = 44+95+172=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C5FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5FAC is #D3A053. Grayscale: #585858. Windows color (decimal): -13869140 or 11296556. OLE color: 11296556.

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

Color convert

RGB4495172-
CMYK0.740.4500.33
HSL216.09º59.26%42.35%-
HSV(B)216.09º74.42%67.45%-
XYZ12.5811.740.62-
YUV88.53175.196.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.15%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=14.15%
G=30.55%
B=55.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44951720.740.4500.33216.0959.2642.35
Hex2C5FAC4A2D021d83b2a
Octal54137254112550413307352
Binary1011001011111101011001001010101101010000111011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,95,172); }

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

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

 a { background-color: rgb(44,95,172); }

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

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

 span { border-color: rgb(44,95,172); }

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