#254358

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

Shades of Astronaut Blue #254358

Tints of Astronaut Blue #254358

Color information

#254358 (or 0x254358) is unknown color: approx Astronaut Blue. HEX triplet: 25, 43 and 58. RGB value is (37,67,88). Sum of RGB (Red+Green+Blue) = 37+67+88=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #254358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254358 is #DABCA7. Grayscale: #3C3C3C. Windows color (decimal): -14335144 or 5784357. OLE color: 5784357.

HSL color Cylindrical-coordinate representation of color #254358: hue angle of 204.71º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254358 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376788-
CMYK0.580.2400.65
HSL204.71º40.8%24.51%-
HSV(B)204.71º57.95%34.51%-
XYZ4.535.119.98-
YUV60.42143.56111.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=19.27%
G=34.90%
B=45.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3767880.580.2400.65204.7140.824.51
Hex2543583A18041cd2919
Octal45103130723001013155131
Binary1001011000011101100011101011000010000011100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254358; }

 p { color: rgb(37,67,88); }

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

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

 a { background-color: rgb(37,67,88); }

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

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

 span { border-color: rgb(37,67,88); }

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