#246D97

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

Shades of Lochmara #246D97

Tints of Lochmara #246D97

Color information

#246D97 (or 0x246D97) is unknown color: approx Lochmara. HEX triplet: 24, 6D and 97. RGB value is (36,109,151). Sum of RGB (Red+Green+Blue) = 36+109+151=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #246D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D97 is #DB9268. Grayscale: #5B5B5B. Windows color (decimal): -14389865 or 9923876. OLE color: 9923876.

HSL color Cylindrical-coordinate representation of color #246D97: hue angle of 201.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246D97 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36109151-
CMYK0.760.2800.41
HSL201.91º61.5%36.67%-
HSV(B)201.91º76.16%59.22%-
XYZ11.7813.5531.27-
YUV91.96161.3288.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.16%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 151 (59.38% from 255) = 51.01%
R=12.16%
G=36.82%
B=51.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361091510.760.2800.41201.9161.536.67
Hex246D974C1C029ca3d25
Octal44155227114340513127545
Binary100100110110110010111100110011100010100111001010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246D97; }

 p { color: rgb(36,109,151); }

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

<style>
 a { background-color: #246D97; }

 a { background-color: rgb(36,109,151); }

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

<style>
 span { border-color: #246D97; }

 span { border-color: rgb(36,109,151); }

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