#24465D

Color #24465D Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #24465D

Tints of Astronaut Blue #24465D

Color information

#24465D (or 0x24465D) is unknown color: approx Astronaut Blue. HEX triplet: 24, 46 and 5D. RGB value is (36,70,93). Sum of RGB (Red+Green+Blue) = 36+70+93=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #24465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24465D is #DBB9A2. Grayscale: #3E3E3E. Windows color (decimal): -14399907 or 6112804. OLE color: 6112804.

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

Color convert

RGB367093-
CMYK0.610.2500.64
HSL204.21º44.19%25.29%-
HSV(B)204.21º61.29%36.47%-
XYZ4.895.5511.17-
YUV62.46145.24109.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=18.09%
G=35.18%
B=46.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3670930.610.2500.64204.2144.1925.29
Hex24465D3D19040cc2c19
Octal44106135753101003145431
Binary1001001000110101110111110111001010000001100110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24465D;
 }
 .AnyTagClassName
 {
   color: #24465D;
 }
</style>
background-color css

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

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

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

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

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

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