#246BA1

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

Shades of Lochmara #246BA1

Tints of Lochmara #246BA1

Color information

#246BA1 (or 0x246BA1) is unknown color: approx Lochmara. HEX triplet: 24, 6B and A1. RGB value is (36,107,161). Sum of RGB (Red+Green+Blue) = 36+107+161=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #246BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA1 is #DB945E. Grayscale: #5B5B5B. Windows color (decimal): -14390367 or 10578724. OLE color: 10578724.

HSL color Cylindrical-coordinate representation of color #246BA1: hue angle of 205.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246BA1 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB36107161-
CMYK0.780.3400.37
HSL205.92º63.45%38.63%-
HSV(B)205.92º77.64%63.14%-
XYZ12.4213.4635.66-
YUV91.93166.9888.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.84%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 161 (63.28% from 255) = 52.96%
R=11.84%
G=35.20%
B=52.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal361071610.780.3400.37205.9263.4538.63
Hex246BA14E22025ce3f27
Octal44153241116420453167747
Binary1001001101011101000011001110100010010010111001110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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