Html Css Color HEX #24747F Allports

📋 copy color: '#24747F'

red 36 ◦ green 116 ◦ blue 127

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

Shades of Allports #24747F

Tints of Allports #24747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

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

R = 12.9%
G = 41.58%
B = 45.52%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24747F (or 0x24747F) is known color: Allports. HEX triplet: 24, 74 and 7F. RGB value is (36,116,127). Sum of RGB (Red+Green+Blue) = 36+116+127=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #24747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24747F is #DB8B80. Grayscale: #5D5D5D. Windows color (decimal): -14388097 or 8352804. OLE color: 8352804.

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

Color convert

RGB 36 116 127 -
CMYK 0.72 0.09 0 0.50
HSL 187.25º 0.56% 0.32% -
HSV(B) 187.25º 0.72% 0.5% -
XYZ 10.8 14.4 22.29 -
YUV 93.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 36 116 127 0.72 0.09 0 0.50 187.25 0.56 0.32
Hex 24 74 7F 48 9 0 32 BB 38 20
Octal 44 164 177 110 11 0 62 273 70 40
Binary 100100 1110100 1111111 1001000 1001 0 110010 10111011 111000 100000

Color Harmonies of #24747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24747F

Black with #24747F

Text Example


Text Example

White with #24747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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