Html Css Color HEX #24465B Astronaut Blue

📋 copy color: '#24465B'

red 36 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #24465B

Tints of Astronaut Blue #24465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 18.27%
G = 35.53%
B = 46.19%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24465B (or 0x24465B) is known color: Astronaut Blue. HEX triplet: 24, 46 and 5B. RGB value is (36,70,91). Sum of RGB (Red+Green+Blue) = 36+70+91=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #24465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24465B is #DBB9A4. Grayscale: #3E3E3E. Windows color (decimal): -14399909 or 5981732. OLE color: 5981732.

HSL color Cylindrical-coordinate representation of color #24465B: hue angle of 202.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24465B is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 70 91 -
CMYK 0.60 0.23 0 0.64
HSL 202.91º 0.43% 0.25% -
HSV(B) 202.91º 0.6% 0.36% -
XYZ 4.81 5.51 10.71 -
YUV 62.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 36 70 91 0.60 0.23 0 0.64 202.91 0.43 0.25
Hex 24 46 5B 3C 17 0 40 CB 2B 19
Octal 44 106 133 74 27 0 100 313 53 31
Binary 100100 1000110 1011011 111100 10111 0 1000000 11001011 101011 11001

Color Harmonies of #24465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24465B

Black with #24465B

Text Example


Text Example

White with #24465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24465B; }

 p { color: rgb(36,70,91); }

 H1.HeaderClassName
 {
   color: #24465B;
 }
 .AnyTagClassName
 {
   color: #24465B;
 }
</style>

background-color css

<style>
 a { background-color: #24465B; }

 a { background-color: rgb(36,70,91); }

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

border-color css

<style>
 span { border-color: #24465B; }

 span { border-color: rgb(36,70,91); }

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