Html Css Color HEX #24455A Astronaut Blue

📋 copy color: '#24455A'

red 36 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #24455A

Tints of Astronaut Blue #24455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

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

R = 18.46%
G = 35.38%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24455A (or 0x24455A) is known color: Astronaut Blue. HEX triplet: 24, 45 and 5A. RGB value is (36,69,90). Sum of RGB (Red+Green+Blue) = 36+69+90=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #24455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24455A is #DBBAA5. Grayscale: #3D3D3D. Windows color (decimal): -14400166 or 5915940. OLE color: 5915940.

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

Color convert

RGB 36 69 90 -
CMYK 0.60 0.23 0 0.65
HSL 203.33º 0.43% 0.25% -
HSV(B) 203.33º 0.6% 0.35% -
XYZ 4.7 5.37 10.46 -
YUV 61.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 36 69 90 0.60 0.23 0 0.65 203.33 0.43 0.25
Hex 24 45 5A 3C 17 0 41 CB 2B 19
Octal 44 105 132 74 27 0 101 313 53 31
Binary 100100 1000101 1011010 111100 10111 0 1000001 11001011 101011 11001

Color Harmonies of #24455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24455A

Black with #24455A

Text Example


Text Example

White with #24455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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