#254556

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

Shades of Astronaut Blue #254556

Tints of Astronaut Blue #254556

Color information

#254556 (or 0x254556) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 56. RGB value is (37,69,86). Sum of RGB (Red+Green+Blue) = 37+69+86=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #254556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254556 is #DABAA9. Grayscale: #3D3D3D. Windows color (decimal): -14334634 or 5653797. OLE color: 5653797.

HSL color Cylindrical-coordinate representation of color #254556: hue angle of 200.82º 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 #254556 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB376986-
CMYK0.570.2000.66
HSL200.82º39.84%24.12%-
HSV(B)200.82º56.98%33.73%-
XYZ4.575.329.59-
YUV61.37141.9110.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=19.27%
G=35.94%
B=44.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3769860.570.2000.66200.8239.8424.12
Hex2545563914042c92818
Octal45105126712401023115030
Binary1001011000101101011011100110100010000101100100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254556; }

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

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

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

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

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

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

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

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