Html Css Color HEX #24709D Lochmara

📋 copy color: '#24709D'

red 36 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #24709D

Tints of Lochmara #24709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 11.8%
G = 36.72%
B = 51.48%

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

#24709D (or 0x24709D) is known color: Lochmara. HEX triplet: 24, 70 and 9D. RGB value is (36,112,157). Sum of RGB (Red+Green+Blue) = 36+112+157=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #24709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24709D is #DB8F62. Grayscale: #5E5E5E. Windows color (decimal): -14389091 or 10317860. OLE color: 10317860.

HSL color Cylindrical-coordinate representation of color #24709D: hue angle of 202.31º 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 #24709D is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 112 157 -
CMYK 0.77 0.29 0 0.38
HSL 202.31º 0.63% 0.38% -
HSV(B) 202.31º 0.77% 0.62% -
XYZ 12.61 14.4 34.01 -
YUV 94.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 36 112 157 0.77 0.29 0 0.38 202.31 0.63 0.38
Hex 24 70 9D 4D 1D 0 26 CA 3F 26
Octal 44 160 235 115 35 0 46 312 77 46
Binary 100100 1110000 10011101 1001101 11101 0 100110 11001010 111111 100110

Color Harmonies of #24709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24709D

Black with #24709D

Text Example


Text Example

White with #24709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24709D; }

 p { color: rgb(36,112,157); }

 H1.HeaderClassName
 {
   color: #24709D;
 }
 .AnyTagClassName
 {
   color: #24709D;
 }
</style>

background-color css

<style>
 a { background-color: #24709D; }

 a { background-color: rgb(36,112,157); }

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

border-color css

<style>
 span { border-color: #24709D; }

 span { border-color: rgb(36,112,157); }

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