Html Css Color HEX #246FAC Lochmara

📋 copy color: '#246FAC'

red 36 ◦ green 111 ◦ blue 172

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

Shades of Lochmara #246FAC

Tints of Lochmara #246FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

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

R = 11.29%
G = 34.8%
B = 53.92%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246FAC (or 0x246FAC) is known color: Lochmara. HEX triplet: 24, 6F and AC. RGB value is (36,111,172). Sum of RGB (Red+Green+Blue) = 36+111+172=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #246FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FAC is #DB9053. Grayscale: #5F5F5F. Windows color (decimal): -14389332 or 11300644. OLE color: 11300644.

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

Color convert

RGB 36 111 172 -
CMYK 0.79 0.35 0 0.33
HSL 206.91º 0.65% 0.41% -
HSV(B) 206.91º 0.79% 0.67% -
XYZ 13.86 14.72 41.14 -
YUV 95.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 36 111 172 0.79 0.35 0 0.33 206.91 0.65 0.41
Hex 24 6F AC 4F 23 0 21 CF 41 29
Octal 44 157 254 117 43 0 41 317 101 51
Binary 100100 1101111 10101100 1001111 100011 0 100001 11001111 1000001 101001

Color Harmonies of #246FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246FAC

Black with #246FAC

Text Example


Text Example

White with #246FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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