#246F97

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

Shades of Lochmara #246F97

Tints of Lochmara #246F97

Color information

#246F97 (or 0x246F97) is unknown color: approx Lochmara. HEX triplet: 24, 6F and 97. RGB value is (36,111,151). Sum of RGB (Red+Green+Blue) = 36+111+151=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #246F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F97 is #DB9068. Grayscale: #5C5C5C. Windows color (decimal): -14389353 or 9924388. OLE color: 9924388.

HSL color Cylindrical-coordinate representation of color #246F97: hue angle of 200.87º 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 #246F97 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36111151-
CMYK0.760.2600.41
HSL200.87º61.5%36.67%-
HSV(B)200.87º76.16%59.22%-
XYZ1213.9831.34-
YUV93.14160.6587.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.08%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=12.08%
G=37.25%
B=50.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361111510.760.2600.41200.8761.536.67
Hex246F974C1A029c93d25
Octal44157227114320513117545
Binary100100110111110010111100110011010010100111001001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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