Html Css Color HEX #24475A Astronaut Blue

📋 copy color: '#24475A'

red 36 ◦ green 71 ◦ blue 90

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

Shades of Astronaut Blue #24475A

Tints of Astronaut Blue #24475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 18.27%
G = 36.04%
B = 45.69%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24475A (or 0x24475A) is known color: Astronaut Blue. HEX triplet: 24, 47 and 5A. RGB value is (36,71,90). Sum of RGB (Red+Green+Blue) = 36+71+90=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #24475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24475A is #DBB8A5. Grayscale: #3E3E3E. Windows color (decimal): -14399654 or 5916452. OLE color: 5916452.

HSL color Cylindrical-coordinate representation of color #24475A: hue angle of 201.11º 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 #24475A is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 71 90 -
CMYK 0.60 0.21 0 0.65
HSL 201.11º 0.43% 0.25% -
HSV(B) 201.11º 0.6% 0.35% -
XYZ 4.83 5.62 10.5 -
YUV 62.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 36 71 90 0.60 0.21 0 0.65 201.11 0.43 0.25
Hex 24 47 5A 3C 15 0 41 C9 2B 19
Octal 44 107 132 74 25 0 101 311 53 31
Binary 100100 1000111 1011010 111100 10101 0 1000001 11001001 101011 11001

Color Harmonies of #24475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24475A

Black with #24475A

Text Example


Text Example

White with #24475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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