Html Css Color HEX #24748F Astral

📋 copy color: '#24748F'

red 36 ◦ green 116 ◦ blue 143

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

Shades of Astral #24748F

Tints of Astral #24748F

RGB

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

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

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

R = 12.2%
G = 39.32%
B = 48.47%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24748F (or 0x24748F) is known color: Astral. HEX triplet: 24, 74 and 8F. RGB value is (36,116,143). Sum of RGB (Red+Green+Blue) = 36+116+143=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #24748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24748F is #DB8B70. Grayscale: #5E5E5E. Windows color (decimal): -14388081 or 9401380. OLE color: 9401380.

HSL color Cylindrical-coordinate representation of color #24748F: hue angle of 195.14º 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 #24748F is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 116 143 -
CMYK 0.75 0.19 0 0.44
HSL 195.14º 0.6% 0.35% -
HSV(B) 195.14º 0.75% 0.56% -
XYZ 11.93 14.85 28.22 -
YUV 95.16 155 85.8 -
System Red Green Blue C M Y K H S L
Decimal 36 116 143 0.75 0.19 0 0.44 195.14 0.6 0.35
Hex 24 74 8F 4B 13 0 2C C3 3C 23
Octal 44 164 217 113 23 0 54 303 74 43
Binary 100100 1110100 10001111 1001011 10011 0 101100 11000011 111100 100011

Color Harmonies of #24748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24748F

Black with #24748F

Text Example


Text Example

White with #24748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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