#246C9C

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

Shades of Lochmara #246C9C

Tints of Lochmara #246C9C

Color information

#246C9C (or 0x246C9C) is unknown color: approx Lochmara. HEX triplet: 24, 6C and 9C. RGB value is (36,108,156). Sum of RGB (Red+Green+Blue) = 36+108+156=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #246C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C9C is #DB9363. Grayscale: #5B5B5B. Windows color (decimal): -14390116 or 10251300. OLE color: 10251300.

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

Color convert

RGB36108156-
CMYK0.770.3100.39
HSL204º62.5%37.65%-
HSV(B)204º76.92%61.18%-
XYZ12.0913.533.42-
YUV91.94164.1588.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 156 (61.33% from 255) = 52%
R=12%
G=36%
B=52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361081560.770.3100.3920462.537.65
Hex246C9C4D1F027cc3e26
Octal44154234115370473147646
Binary100100110110010011100100110111111010011111001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,108,156); }

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

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

 a { background-color: rgb(36,108,156); }

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

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

 span { border-color: rgb(36,108,156); }

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