Html Css Color HEX #24707D Allports

📋 copy color: '#24707D'

red 36 ◦ green 112 ◦ blue 125

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

Shades of Allports #24707D

Tints of Allports #24707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 13.19%
G = 41.03%
B = 45.79%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24707D (or 0x24707D) is known color: Allports. HEX triplet: 24, 70 and 7D. RGB value is (36,112,125). Sum of RGB (Red+Green+Blue) = 36+112+125=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #24707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707D is #DB8F82. Grayscale: #5A5A5A. Windows color (decimal): -14389123 or 8220708. OLE color: 8220708.

HSL color Cylindrical-coordinate representation of color #24707D: hue angle of 188.76º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24707D is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 112 125 -
CMYK 0.71 0.10 0 0.51
HSL 188.76º 0.55% 0.32% -
HSV(B) 188.76º 0.71% 0.49% -
XYZ 10.22 13.44 21.46 -
YUV 90.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 36 112 125 0.71 0.10 0 0.51 188.76 0.55 0.32
Hex 24 70 7D 47 A 0 33 BD 37 20
Octal 44 160 175 107 12 0 63 275 67 40
Binary 100100 1110000 1111101 1000111 1010 0 110011 10111101 110111 100000

Color Harmonies of #24707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24707D

Black with #24707D

Text Example


Text Example

White with #24707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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