Html Css Color HEX #24719F Lochmara

📋 copy color: '#24719F'

red 36 ◦ green 113 ◦ blue 159

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

Shades of Lochmara #24719F

Tints of Lochmara #24719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 11.69%
G = 36.69%
B = 51.62%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24719F (or 0x24719F) is known color: Lochmara. HEX triplet: 24, 71 and 9F. RGB value is (36,113,159). Sum of RGB (Red+Green+Blue) = 36+113+159=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #24719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24719F is #DB8E60. Grayscale: #5E5E5E. Windows color (decimal): -14388833 or 10449188. OLE color: 10449188.

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

Color convert

RGB 36 113 159 -
CMYK 0.77 0.29 0 0.38
HSL 202.44º 0.63% 0.38% -
HSV(B) 202.44º 0.77% 0.62% -
XYZ 12.89 14.69 34.96 -
YUV 95.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 36 113 159 0.77 0.29 0 0.38 202.44 0.63 0.38
Hex 24 71 9F 4D 1D 0 26 CA 3F 26
Octal 44 161 237 115 35 0 46 312 77 46
Binary 100100 1110001 10011111 1001101 11101 0 100110 11001010 111111 100110

Color Harmonies of #24719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24719F

Black with #24719F

Text Example


Text Example

White with #24719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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