Html Css Color HEX #246EAC Lochmara

📋 copy color: '#246EAC'

red 36 ◦ green 110 ◦ blue 172

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

Shades of Lochmara #246EAC

Tints of Lochmara #246EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 11.32%
G = 34.59%
B = 54.09%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246EAC (or 0x246EAC) is known color: Lochmara. HEX triplet: 24, 6E and AC. RGB value is (36,110,172). Sum of RGB (Red+Green+Blue) = 36+110+172=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #246EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246EAC is #DB9153. Grayscale: #5E5E5E. Windows color (decimal): -14389588 or 11300388. OLE color: 11300388.

HSL color Cylindrical-coordinate representation of color #246EAC: hue angle of 207.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246EAC is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 110 172 -
CMYK 0.79 0.36 0 0.33
HSL 207.35º 0.65% 0.41% -
HSV(B) 207.35º 0.79% 0.67% -
XYZ 13.75 14.51 41.1 -
YUV 94.94 171.48 85.96 -
System Red Green Blue C M Y K H S L
Decimal 36 110 172 0.79 0.36 0 0.33 207.35 0.65 0.41
Hex 24 6E AC 4F 24 0 21 CF 41 29
Octal 44 156 254 117 44 0 41 317 101 51
Binary 100100 1101110 10101100 1001111 100100 0 100001 11001111 1000001 101001

Color Harmonies of #246EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246EAC

Black with #246EAC

Text Example


Text Example

White with #246EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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