Html Css Color HEX #24707C Allports

📋 copy color: '#24707C'

red 36 ◦ green 112 ◦ blue 124

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

Shades of Allports #24707C

Tints of Allports #24707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 13.24%
G = 41.18%
B = 45.59%

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

#24707C (or 0x24707C) is known color: Allports. HEX triplet: 24, 70 and 7C. RGB value is (36,112,124). Sum of RGB (Red+Green+Blue) = 36+112+124=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #24707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707C is #DB8F83. Grayscale: #5A5A5A. Windows color (decimal): -14389124 or 8155172. OLE color: 8155172.

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

Color convert

RGB 36 112 124 -
CMYK 0.71 0.10 0 0.51
HSL 188.18º 0.55% 0.31% -
HSV(B) 188.18º 0.71% 0.49% -
XYZ 10.16 13.42 21.12 -
YUV 90.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 36 112 124 0.71 0.10 0 0.51 188.18 0.55 0.31
Hex 24 70 7C 47 A 0 33 BC 37 1F
Octal 44 160 174 107 12 0 63 274 67 37
Binary 100100 1110000 1111100 1000111 1010 0 110011 10111100 110111 11111

Color Harmonies of #24707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24707C

Black with #24707C

Text Example


Text Example

White with #24707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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