Html Css Color HEX #246BA9 Lochmara

📋 copy color: '#246BA9'

red 36 ◦ green 107 ◦ blue 169

#246BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #246BA9

Tints of Lochmara #246BA9

RGB

 RED value IS 36 (14.45% from 255) = 11.54%

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 169 (66.41% from 255) = 54.17%

R = 11.54%
G = 34.29%
B = 54.17%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#246BA9 (or 0x246BA9) is known color: Lochmara. HEX triplet: 24, 6B and A9. RGB value is (36,107,169). Sum of RGB (Red+Green+Blue) = 36+107+169=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #246BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA9 is #DB9456. Grayscale: #5C5C5C. Windows color (decimal): -14390359 or 11103012. OLE color: 11103012.

HSL color Cylindrical-coordinate representation of color #246BA9: hue angle of 207.97º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246BA9 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 107 169 -
CMYK 0.79 0.37 0 0.34
HSL 207.97º 0.65% 0.4% -
HSV(B) 207.97º 0.79% 0.66% -
XYZ 13.15 13.76 39.5 -
YUV 92.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 36 107 169 0.79 0.37 0 0.34 207.97 0.65 0.4
Hex 24 6B A9 4F 25 0 22 D0 41 28
Octal 44 153 251 117 45 0 42 320 101 50
Binary 100100 1101011 10101001 1001111 100101 0 100010 11010000 1000001 101000

Color Harmonies of #246BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246BA9

Black with #246BA9

Text Example


Text Example

White with #246BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #246BA9;
 }
 .AnyTagClassName
 {
   color: #246BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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