Html Css Color HEX #24485A Astronaut Blue

📋 copy color: '#24485A'

red 36 ◦ green 72 ◦ blue 90

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

Shades of Astronaut Blue #24485A

Tints of Astronaut Blue #24485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.36%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24485A (or 0x24485A) is known color: Astronaut Blue. HEX triplet: 24, 48 and 5A. RGB value is (36,72,90). Sum of RGB (Red+Green+Blue) = 36+72+90=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #24485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24485A is #DBB7A5. Grayscale: #3F3F3F. Windows color (decimal): -14399398 or 5916708. OLE color: 5916708.

HSL color Cylindrical-coordinate representation of color #24485A: hue angle of 200º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24485A is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 72 90 -
CMYK 0.60 0.20 0 0.65
HSL 200º 0.43% 0.25% -
HSV(B) 200º 0.6% 0.35% -
XYZ 4.89 5.75 10.52 -
YUV 63.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 36 72 90 0.60 0.20 0 0.65 200 0.43 0.25
Hex 24 48 5A 3C 14 0 41 C8 2B 19
Octal 44 110 132 74 24 0 101 310 53 31
Binary 100100 1001000 1011010 111100 10100 0 1000001 11001000 101011 11001

Color Harmonies of #24485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24485A

Black with #24485A

Text Example


Text Example

White with #24485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24485A; }

 p { color: rgb(36,72,90); }

 H1.HeaderClassName
 {
   color: #24485A;
 }
 .AnyTagClassName
 {
   color: #24485A;
 }
</style>

background-color css

<style>
 a { background-color: #24485A; }

 a { background-color: rgb(36,72,90); }

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

border-color css

<style>
 span { border-color: #24485A; }

 span { border-color: rgb(36,72,90); }

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