Html Css Color HEX #24719C Lochmara

📋 copy color: '#24719C'

red 36 ◦ green 113 ◦ blue 156

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

Shades of Lochmara #24719C

Tints of Lochmara #24719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 11.8%
G = 37.05%
B = 51.15%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24719C (or 0x24719C) is known color: Lochmara. HEX triplet: 24, 71 and 9C. RGB value is (36,113,156). Sum of RGB (Red+Green+Blue) = 36+113+156=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #24719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24719C is #DB8E63. Grayscale: #5E5E5E. Windows color (decimal): -14388836 or 10252580. OLE color: 10252580.

HSL color Cylindrical-coordinate representation of color #24719C: hue angle of 201.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24719C is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 113 156 -
CMYK 0.77 0.28 0 0.39
HSL 201.5º 0.63% 0.38% -
HSV(B) 201.5º 0.77% 0.61% -
XYZ 12.63 14.59 33.6 -
YUV 94.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 36 113 156 0.77 0.28 0 0.39 201.5 0.63 0.38
Hex 24 71 9C 4D 1C 0 27 CA 3E 26
Octal 44 161 234 115 34 0 47 312 76 46
Binary 100100 1110001 10011100 1001101 11100 0 100111 11001010 111110 100110

Color Harmonies of #24719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24719C

Black with #24719C

Text Example


Text Example

White with #24719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24719C; }

 p { color: rgb(36,113,156); }

 H1.HeaderClassName
 {
   color: #24719C;
 }
 .AnyTagClassName
 {
   color: #24719C;
 }
</style>

background-color css

<style>
 a { background-color: #24719C; }

 a { background-color: rgb(36,113,156); }

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

border-color css

<style>
 span { border-color: #24719C; }

 span { border-color: rgb(36,113,156); }

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