Html Css Color HEX #24709A Lochmara

📋 copy color: '#24709A'

red 36 ◦ green 112 ◦ blue 154

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

Shades of Lochmara #24709A

Tints of Lochmara #24709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.99%

R = 11.92%
G = 37.09%
B = 50.99%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24709A (or 0x24709A) is known color: Lochmara. HEX triplet: 24, 70 and 9A. RGB value is (36,112,154). Sum of RGB (Red+Green+Blue) = 36+112+154=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #24709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24709A is #DB8F65. Grayscale: #5D5D5D. Windows color (decimal): -14389094 or 10121252. OLE color: 10121252.

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

Color convert

RGB 36 112 154 -
CMYK 0.77 0.27 0 0.40
HSL 201.36º 0.62% 0.37% -
HSV(B) 201.36º 0.77% 0.6% -
XYZ 12.35 14.3 32.68 -
YUV 94.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 36 112 154 0.77 0.27 0 0.40 201.36 0.62 0.37
Hex 24 70 9A 4D 1B 0 28 C9 3E 25
Octal 44 160 232 115 33 0 50 311 76 45
Binary 100100 1110000 10011010 1001101 11011 0 101000 11001001 111110 100101

Color Harmonies of #24709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24709A

Black with #24709A

Text Example


Text Example

White with #24709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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