Html Css Color HEX #246CAC Lochmara

📋 copy color: '#246CAC'

red 36 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #246CAC

Tints of Lochmara #246CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

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

R = 11.39%
G = 34.18%
B = 54.43%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246CAC (or 0x246CAC) is known color: Lochmara. HEX triplet: 24, 6C and AC. RGB value is (36,108,172). Sum of RGB (Red+Green+Blue) = 36+108+172=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #246CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246CAC is #DB9353. Grayscale: #5D5D5D. Windows color (decimal): -14390100 or 11299876. OLE color: 11299876.

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

Color convert

RGB 36 108 172 -
CMYK 0.79 0.37 0 0.33
HSL 208.24º 0.65% 0.41% -
HSV(B) 208.24º 0.79% 0.67% -
XYZ 13.54 14.08 41.03 -
YUV 93.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 36 108 172 0.79 0.37 0 0.33 208.24 0.65 0.41
Hex 24 6C AC 4F 25 0 21 D0 41 29
Octal 44 154 254 117 45 0 41 320 101 51
Binary 100100 1101100 10101100 1001111 100101 0 100001 11010000 1000001 101001

Color Harmonies of #246CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246CAC

Black with #246CAC

Text Example


Text Example

White with #246CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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