Html Css Color HEX #246AA8 Lochmara

📋 copy color: '#246AA8'

red 36 ◦ green 106 ◦ blue 168

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

Shades of Lochmara #246AA8

Tints of Lochmara #246AA8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 11.61%
G = 34.19%
B = 54.19%

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

#246AA8 (or 0x246AA8) is known color: Lochmara. HEX triplet: 24, 6A and A8. RGB value is (36,106,168). Sum of RGB (Red+Green+Blue) = 36+106+168=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #246AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AA8 is #DB9557. Grayscale: #5B5B5B. Windows color (decimal): -14390616 or 11037220. OLE color: 11037220.

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

Color convert

RGB 36 106 168 -
CMYK 0.79 0.37 0 0.34
HSL 208.18º 0.65% 0.4% -
HSV(B) 208.18º 0.79% 0.66% -
XYZ 12.95 13.51 38.97 -
YUV 92.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 36 106 168 0.79 0.37 0 0.34 208.18 0.65 0.4
Hex 24 6A A8 4F 25 0 22 D0 41 28
Octal 44 152 250 117 45 0 42 320 101 50
Binary 100100 1101010 10101000 1001111 100101 0 100010 11010000 1000001 101000

Color Harmonies of #246AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AA8

Black with #246AA8

Text Example


Text Example

White with #246AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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