Html Css Color HEX #24707F Allports

📋 copy color: '#24707F'

red 36 ◦ green 112 ◦ blue 127

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

Shades of Allports #24707F

Tints of Allports #24707F

RGB

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

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

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

R = 13.09%
G = 40.73%
B = 46.18%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24707F (or 0x24707F) is known color: Allports. HEX triplet: 24, 70 and 7F. RGB value is (36,112,127). Sum of RGB (Red+Green+Blue) = 36+112+127=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #24707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707F is #DB8F80. Grayscale: #5A5A5A. Windows color (decimal): -14389121 or 8351780. OLE color: 8351780.

HSL color Cylindrical-coordinate representation of color #24707F: hue angle of 189.89º 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 #24707F is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 112 127 -
CMYK 0.72 0.12 0 0.50
HSL 189.89º 0.56% 0.32% -
HSV(B) 189.89º 0.72% 0.5% -
XYZ 10.35 13.5 22.14 -
YUV 90.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 36 112 127 0.72 0.12 0 0.50 189.89 0.56 0.32
Hex 24 70 7F 48 C 0 32 BE 38 20
Octal 44 160 177 110 14 0 62 276 70 40
Binary 100100 1110000 1111111 1001000 1100 0 110010 10111110 111000 100000

Color Harmonies of #24707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24707F

Black with #24707F

Text Example


Text Example

White with #24707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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