Html Css Color HEX #24719B Lochmara

📋 copy color: '#24719B'

red 36 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #24719B

Tints of Lochmara #24719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 11.84%
G = 37.17%
B = 50.99%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24719B (or 0x24719B) is known color: Lochmara. HEX triplet: 24, 71 and 9B. RGB value is (36,113,155). Sum of RGB (Red+Green+Blue) = 36+113+155=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #24719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24719B is #DB8E64. Grayscale: #5E5E5E. Windows color (decimal): -14388837 or 10187044. OLE color: 10187044.

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

Color convert

RGB 36 113 155 -
CMYK 0.77 0.27 0 0.39
HSL 201.18º 0.62% 0.37% -
HSV(B) 201.18º 0.77% 0.61% -
XYZ 12.55 14.55 33.16 -
YUV 94.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 36 113 155 0.77 0.27 0 0.39 201.18 0.62 0.37
Hex 24 71 9B 4D 1B 0 27 C9 3E 25
Octal 44 161 233 115 33 0 47 311 76 45
Binary 100100 1110001 10011011 1001101 11011 0 100111 11001001 111110 100101

Color Harmonies of #24719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24719B

Black with #24719B

Text Example


Text Example

White with #24719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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