#254456

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

Shades of Astronaut Blue #254456

Tints of Astronaut Blue #254456

Color information

#254456 (or 0x254456) is unknown color: approx Astronaut Blue. HEX triplet: 25, 44 and 56. RGB value is (37,68,86). Sum of RGB (Red+Green+Blue) = 37+68+86=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #254456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254456 is #DABBA9. Grayscale: #3C3C3C. Windows color (decimal): -14334890 or 5653541. OLE color: 5653541.

HSL color Cylindrical-coordinate representation of color #254456: hue angle of 202.04º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #254456 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB376886-
CMYK0.570.2100.66
HSL202.04º39.84%24.12%-
HSV(B)202.04º56.98%33.73%-
XYZ4.515.29.57-
YUV60.78142.23111.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=19.37%
G=35.60%
B=45.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3768860.570.2100.66202.0439.8424.12
Hex2544563915042ca2818
Octal45104126712501023125030
Binary1001011000100101011011100110101010000101100101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254456; }

 p { color: rgb(37,68,86); }

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

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

 a { background-color: rgb(37,68,86); }

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

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

 span { border-color: rgb(37,68,86); }

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