Html Css Color HEX #246CA0 Lochmara

📋 copy color: '#246CA0'

red 36 ◦ green 108 ◦ blue 160

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

Shades of Lochmara #246CA0

Tints of Lochmara #246CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.63%

R = 11.84%
G = 35.53%
B = 52.63%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#246CA0 (or 0x246CA0) is known color: Lochmara. HEX triplet: 24, 6C and A0. RGB value is (36,108,160). Sum of RGB (Red+Green+Blue) = 36+108+160=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #246CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246CA0 is #DB935F. Grayscale: #5C5C5C. Windows color (decimal): -14390112 or 10513444. OLE color: 10513444.

HSL color Cylindrical-coordinate representation of color #246CA0: hue angle of 205.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246CA0 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 108 160 -
CMYK 0.78 0.32 0 0.37
HSL 205.16º 0.63% 0.38% -
HSV(B) 205.16º 0.78% 0.63% -
XYZ 12.44 13.64 35.23 -
YUV 92.4 166.15 87.77 -
System Red Green Blue C M Y K H S L
Decimal 36 108 160 0.78 0.32 0 0.37 205.16 0.63 0.38
Hex 24 6C A0 4E 20 0 25 CD 3F 26
Octal 44 154 240 116 40 0 45 315 77 46
Binary 100100 1101100 10100000 1001110 100000 0 100101 11001101 111111 100110

Color Harmonies of #246CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246CA0

Black with #246CA0

Text Example


Text Example

White with #246CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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