Html Css Color HEX #24728F Astral

📋 copy color: '#24728F'

red 36 ◦ green 114 ◦ blue 143

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

Shades of Astral #24728F

Tints of Astral #24728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 12.29%
G = 38.91%
B = 48.81%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24728F (or 0x24728F) is known color: Astral. HEX triplet: 24, 72 and 8F. RGB value is (36,114,143). Sum of RGB (Red+Green+Blue) = 36+114+143=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #24728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24728F is #DB8D70. Grayscale: #5D5D5D. Windows color (decimal): -14388593 or 9400868. OLE color: 9400868.

HSL color Cylindrical-coordinate representation of color #24728F: hue angle of 196.26º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24728F is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 114 143 -
CMYK 0.75 0.20 0 0.44
HSL 196.26º 0.6% 0.35% -
HSV(B) 196.26º 0.75% 0.56% -
XYZ 11.7 14.39 28.15 -
YUV 93.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 36 114 143 0.75 0.20 0 0.44 196.26 0.6 0.35
Hex 24 72 8F 4B 14 0 2C C4 3C 23
Octal 44 162 217 113 24 0 54 304 74 43
Binary 100100 1110010 10001111 1001011 10100 0 101100 11000100 111100 100011

Color Harmonies of #24728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24728F

Black with #24728F

Text Example


Text Example

White with #24728F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,114,143); }

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

background-color css

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

 a { background-color: rgb(36,114,143); }

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

border-color css

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

 span { border-color: rgb(36,114,143); }

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