Html Css Color HEX #24465A Astronaut Blue

📋 copy color: '#24465A'

red 36 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #24465A

Tints of Astronaut Blue #24465A

RGB

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

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

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

R = 18.37%
G = 35.71%
B = 45.92%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24465A (or 0x24465A) is known color: Astronaut Blue. HEX triplet: 24, 46 and 5A. RGB value is (36,70,90). Sum of RGB (Red+Green+Blue) = 36+70+90=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #24465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24465A is #DBB9A5. Grayscale: #3D3D3D. Windows color (decimal): -14399910 or 5916196. OLE color: 5916196.

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

Color convert

RGB 36 70 90 -
CMYK 0.60 0.22 0 0.65
HSL 202.22º 0.43% 0.25% -
HSV(B) 202.22º 0.6% 0.35% -
XYZ 4.76 5.49 10.48 -
YUV 62.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 36 70 90 0.60 0.22 0 0.65 202.22 0.43 0.25
Hex 24 46 5A 3C 16 0 41 CA 2B 19
Octal 44 106 132 74 26 0 101 312 53 31
Binary 100100 1000110 1011010 111100 10110 0 1000001 11001010 101011 11001

Color Harmonies of #24465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24465A

Black with #24465A

Text Example


Text Example

White with #24465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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