#254659

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

Shades of Astronaut Blue #254659

Tints of Astronaut Blue #254659

Color information

#254659 (or 0x254659) is unknown color: approx Astronaut Blue. HEX triplet: 25, 46 and 59. RGB value is (37,70,89). Sum of RGB (Red+Green+Blue) = 37+70+89=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #254659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254659 is #DAB9A6. Grayscale: #3E3E3E. Windows color (decimal): -14334375 or 5850661. OLE color: 5850661.

HSL color Cylindrical-coordinate representation of color #254659: hue angle of 201.92º 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 #254659 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377089-
CMYK0.580.2100.65
HSL201.92º41.27%24.71%-
HSV(B)201.92º58.43%34.9%-
XYZ4.765.4910.26-
YUV62.3143.07109.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=18.88%
G=35.71%
B=45.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3770890.580.2100.65201.9241.2724.71
Hex2546593A15041ca2919
Octal45106131722501013125131
Binary1001011000110101100111101010101010000011100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254659; }

 p { color: rgb(37,70,89); }

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

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

 a { background-color: rgb(37,70,89); }

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

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

 span { border-color: rgb(37,70,89); }

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