Html Css Color HEX #24708B Allports

📋 copy color: '#24708B'

red 36 ◦ green 112 ◦ blue 139

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

Shades of Allports #24708B

Tints of Allports #24708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 12.54%
G = 39.02%
B = 48.43%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24708B (or 0x24708B) is known color: Allports. HEX triplet: 24, 70 and 8B. RGB value is (36,112,139). Sum of RGB (Red+Green+Blue) = 36+112+139=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #24708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24708B is #DB8F74. Grayscale: #5C5C5C. Windows color (decimal): -14389109 or 9138212. OLE color: 9138212.

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

Color convert

RGB 36 112 139 -
CMYK 0.74 0.19 0 0.45
HSL 195.73º 0.59% 0.34% -
HSV(B) 195.73º 0.74% 0.55% -
XYZ 11.18 13.83 26.51 -
YUV 92.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 36 112 139 0.74 0.19 0 0.45 195.73 0.59 0.34
Hex 24 70 8B 4A 13 0 2D C4 3B 22
Octal 44 160 213 112 23 0 55 304 73 42
Binary 100100 1110000 10001011 1001010 10011 0 101101 11000100 111011 100010

Color Harmonies of #24708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24708B

Black with #24708B

Text Example


Text Example

White with #24708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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