Html Css Color HEX #24717F Allports

📋 copy color: '#24717F'

red 36 ◦ green 113 ◦ blue 127

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

Shades of Allports #24717F

Tints of Allports #24717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 127 (50% from 255) = 46.01%

R = 13.04%
G = 40.94%
B = 46.01%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24717F (or 0x24717F) is known color: Allports. HEX triplet: 24, 71 and 7F. RGB value is (36,113,127). Sum of RGB (Red+Green+Blue) = 36+113+127=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #24717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24717F is #DB8E80. Grayscale: #5B5B5B. Windows color (decimal): -14388865 or 8352036. OLE color: 8352036.

HSL color Cylindrical-coordinate representation of color #24717F: hue angle of 189.23º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24717F is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 113 127 -
CMYK 0.72 0.11 0 0.50
HSL 189.23º 0.56% 0.32% -
HSV(B) 189.23º 0.72% 0.5% -
XYZ 10.46 13.72 22.17 -
YUV 91.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 36 113 127 0.72 0.11 0 0.50 189.23 0.56 0.32
Hex 24 71 7F 48 B 0 32 BD 38 20
Octal 44 161 177 110 13 0 62 275 70 40
Binary 100100 1110001 1111111 1001000 1011 0 110010 10111101 111000 100000

Color Harmonies of #24717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24717F

Black with #24717F

Text Example


Text Example

White with #24717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24717F; }

 p { color: rgb(36,113,127); }

 H1.HeaderClassName
 {
   color: #24717F;
 }
 .AnyTagClassName
 {
   color: #24717F;
 }
</style>

background-color css

<style>
 a { background-color: #24717F; }

 a { background-color: rgb(36,113,127); }

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

border-color css

<style>
 span { border-color: #24717F; }

 span { border-color: rgb(36,113,127); }

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