#2C5BA2

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

Shades of Lochmara #2C5BA2

Tints of Lochmara #2C5BA2

Color information

#2C5BA2 (or 0x2C5BA2) is unknown color: approx Lochmara. HEX triplet: 2C, 5B and A2. RGB value is (44,91,162). Sum of RGB (Red+Green+Blue) = 44+91+162=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #2C5BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5BA2 is #D3A45D. Grayscale: #545454. Windows color (decimal): -13870174 or 10640172. OLE color: 10640172.

HSL color Cylindrical-coordinate representation of color #2C5BA2: hue angle of 216.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C5BA2 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4491162-
CMYK0.730.4400.36
HSL216.1º57.28%40.39%-
HSV(B)216.1º72.84%63.53%-
XYZ11.310.6335.64-
YUV85.04171.4398.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=14.81%
G=30.64%
B=54.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44911620.730.4400.36216.157.2840.39
Hex2C5BA2492C024d83928
Octal54133242111540443307150
Binary1011001011011101000101001001101100010010011011000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,162); }

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

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

 a { background-color: rgb(44,91,162); }

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

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

 span { border-color: rgb(44,91,162); }

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