#2C659F

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

Shades of Lochmara #2C659F

Tints of Lochmara #2C659F

Color information

#2C659F (or 0x2C659F) is unknown color: approx Lochmara. HEX triplet: 2C, 65 and 9F. RGB value is (44,101,159). Sum of RGB (Red+Green+Blue) = 44+101+159=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C659F is #D39A60. Grayscale: #5A5A5A. Windows color (decimal): -13867617 or 10446124. OLE color: 10446124.

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

Color convert

RGB44101159-
CMYK0.720.3600.38
HSL210.26º56.65%39.8%-
HSV(B)210.26º72.33%62.35%-
XYZ11.9512.3534.55-
YUV90.57166.6294.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 159 (62.5% from 255) = 52.30%
R=14.47%
G=33.22%
B=52.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441011590.720.3600.38210.2656.6539.8
Hex2C659F4824026d23928
Octal54145237110440463227150
Binary1011001100101100111111001000100100010011011010010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,159); }

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

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

 a { background-color: rgb(44,101,159); }

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

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

 span { border-color: rgb(44,101,159); }

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