#2C6B9E

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

Shades of Lochmara #2C6B9E

Tints of Lochmara #2C6B9E

Color information

#2C6B9E (or 0x2C6B9E) is unknown color: approx Lochmara. HEX triplet: 2C, 6B and 9E. RGB value is (44,107,158). Sum of RGB (Red+Green+Blue) = 44+107+158=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C6B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6B9E is #D39461. Grayscale: #5D5D5D. Windows color (decimal): -13866082 or 10382124. OLE color: 10382124.

HSL color Cylindrical-coordinate representation of color #2C6B9E: hue angle of 206.84º degrees, saturation: 0.56, 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 #2C6B9E is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB44107158-
CMYK0.720.3200.38
HSL206.84º56.44%39.61%-
HSV(B)206.84º72.15%61.96%-
XYZ12.4713.5234.3-
YUV93.98164.1392.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.24%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=14.24%
G=34.63%
B=51.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441071580.720.3200.38206.8456.4439.61
Hex2C6B9E4820026cf3828
Octal54153236110400463177050
Binary1011001101011100111101001000100000010011011001111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,158); }

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

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

 a { background-color: rgb(44,107,158); }

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

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

 span { border-color: rgb(44,107,158); }

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