Html Css Color HEX #246EA4 Lochmara

📋 copy color: '#246EA4'

red 36 ◦ green 110 ◦ blue 164

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

Shades of Lochmara #246EA4

Tints of Lochmara #246EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.48%

 BLUE value IS 164 (64.45% from 255) = 52.9%

R = 11.61%
G = 35.48%
B = 52.9%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#246EA4 (or 0x246EA4) is known color: Lochmara. HEX triplet: 24, 6E and A4. RGB value is (36,110,164). Sum of RGB (Red+Green+Blue) = 36+110+164=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #246EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246EA4 is #DB915B. Grayscale: #5D5D5D. Windows color (decimal): -14389596 or 10776100. OLE color: 10776100.

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

Color convert

RGB 36 110 164 -
CMYK 0.78 0.33 0 0.36
HSL 205.31º 0.64% 0.39% -
HSV(B) 205.31º 0.78% 0.64% -
XYZ 13 14.21 37.18 -
YUV 94.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 36 110 164 0.78 0.33 0 0.36 205.31 0.64 0.39
Hex 24 6E A4 4E 21 0 24 CD 40 27
Octal 44 156 244 116 41 0 44 315 100 47
Binary 100100 1101110 10100100 1001110 100001 0 100100 11001101 1000000 100111

Color Harmonies of #246EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246EA4

Black with #246EA4

Text Example


Text Example

White with #246EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,110,164); }

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

background-color css

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

 a { background-color: rgb(36,110,164); }

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

border-color css

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

 span { border-color: rgb(36,110,164); }

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