#246E9B

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

Shades of Lochmara #246E9B

Tints of Lochmara #246E9B

Color information

#246E9B (or 0x246E9B) is unknown color: approx Lochmara. HEX triplet: 24, 6E and 9B. RGB value is (36,110,155). Sum of RGB (Red+Green+Blue) = 36+110+155=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #246E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E9B is #DB9164. Grayscale: #5C5C5C. Windows color (decimal): -14389605 or 10186276. OLE color: 10186276.

HSL color Cylindrical-coordinate representation of color #246E9B: hue angle of 202.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246E9B is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB36110155-
CMYK0.770.2900.39
HSL202.69º62.3%37.45%-
HSV(B)202.69º76.77%60.78%-
XYZ12.2213.8933.05-
YUV93162.9887.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=11.96%
G=36.54%
B=51.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361101550.770.2900.39202.6962.337.45
Hex246E9B4D1D027cb3e25
Octal44156233115350473137645
Binary100100110111010011011100110111101010011111001011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,110,155); }

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

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

 a { background-color: rgb(36,110,155); }

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

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

 span { border-color: rgb(36,110,155); }

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