Html Css Color HEX #246BA8 Lochmara

📋 copy color: '#246BA8'

red 36 ◦ green 107 ◦ blue 168

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

Shades of Lochmara #246BA8

Tints of Lochmara #246BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 54.02%

R = 11.58%
G = 34.41%
B = 54.02%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#246BA8 (or 0x246BA8) is known color: Lochmara. HEX triplet: 24, 6B and A8. RGB value is (36,107,168). Sum of RGB (Red+Green+Blue) = 36+107+168=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 168 (66.02% from 255 or 54.02% from 311); Max value from RGB is 168 - color contains mainly: blue. Hex color #246BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA8 is #DB9457. Grayscale: #5C5C5C. Windows color (decimal): -14390360 or 11037476. OLE color: 11037476.

HSL color Cylindrical-coordinate representation of color #246BA8: hue angle of 207.73º 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 #246BA8 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 107 168 -
CMYK 0.79 0.36 0 0.34
HSL 207.73º 0.65% 0.4% -
HSV(B) 207.73º 0.79% 0.66% -
XYZ 13.05 13.72 39.01 -
YUV 92.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 36 107 168 0.79 0.36 0 0.34 207.73 0.65 0.4
Hex 24 6B A8 4F 24 0 22 D0 41 28
Octal 44 153 250 117 44 0 42 320 101 50
Binary 100100 1101011 10101000 1001111 100100 0 100010 11010000 1000001 101000

Color Harmonies of #246BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246BA8

Black with #246BA8

Text Example


Text Example

White with #246BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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