Html Css Color HEX #24708C Allports

📋 copy color: '#24708C'

red 36 ◦ green 112 ◦ blue 140

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

Shades of Allports #24708C

Tints of Allports #24708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 12.5%
G = 38.89%
B = 48.61%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24708C (or 0x24708C) is known color: Allports. HEX triplet: 24, 70 and 8C. RGB value is (36,112,140). Sum of RGB (Red+Green+Blue) = 36+112+140=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #24708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24708C is #DB8F73. Grayscale: #5C5C5C. Windows color (decimal): -14389108 or 9203748. OLE color: 9203748.

HSL color Cylindrical-coordinate representation of color #24708C: hue angle of 196.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24708C is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 112 140 -
CMYK 0.74 0.20 0 0.45
HSL 196.15º 0.59% 0.35% -
HSV(B) 196.15º 0.74% 0.55% -
XYZ 11.26 13.86 26.89 -
YUV 92.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 36 112 140 0.74 0.20 0 0.45 196.15 0.59 0.35
Hex 24 70 8C 4A 14 0 2D C4 3B 23
Octal 44 160 214 112 24 0 55 304 73 43
Binary 100100 1110000 10001100 1001010 10100 0 101101 11000100 111011 100011

Color Harmonies of #24708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24708C

Black with #24708C

Text Example


Text Example

White with #24708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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