#246B9D

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

Shades of Lochmara #246B9D

Tints of Lochmara #246B9D

Color information

#246B9D (or 0x246B9D) is unknown color: approx Lochmara. HEX triplet: 24, 6B and 9D. RGB value is (36,107,157). Sum of RGB (Red+Green+Blue) = 36+107+157=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #246B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B9D is #DB9462. Grayscale: #5B5B5B. Windows color (decimal): -14390371 or 10316580. OLE color: 10316580.

HSL color Cylindrical-coordinate representation of color #246B9D: hue angle of 204.79º 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 #246B9D is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36107157-
CMYK0.770.3200.38
HSL204.79º62.69%37.84%-
HSV(B)204.79º77.07%61.57%-
XYZ12.0713.3233.83-
YUV91.47164.9888.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=12%
G=35.67%
B=52.33%

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
Decimal361071570.770.3200.38204.7962.6937.84
Hex246B9D4D20026cd3f26
Octal44153235115400463157746
Binary1001001101011100111011001101100000010011011001101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,107,157); }

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

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

 a { background-color: rgb(36,107,157); }

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

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

 span { border-color: rgb(36,107,157); }

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