#246C9F

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

Shades of Lochmara #246C9F

Tints of Lochmara #246C9F

Color information

#246C9F (or 0x246C9F) is unknown color: approx Lochmara. HEX triplet: 24, 6C and 9F. RGB value is (36,108,159). Sum of RGB (Red+Green+Blue) = 36+108+159=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #246C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C9F is #DB9360. Grayscale: #5C5C5C. Windows color (decimal): -14390113 or 10447908. OLE color: 10447908.

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

Color convert

RGB36108159-
CMYK0.770.3200.38
HSL204.88º63.08%38.24%-
HSV(B)204.88º77.36%62.35%-
XYZ12.3513.634.78-
YUV92.29165.6587.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=11.88%
G=35.64%
B=52.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361081590.770.3200.38204.8863.0838.24
Hex246C9F4D20026cd3f26
Octal44154237115400463157746
Binary1001001101100100111111001101100000010011011001101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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