#254657

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

Shades of Astronaut Blue #254657

Tints of Astronaut Blue #254657

Color information

#254657 (or 0x254657) is unknown color: approx Astronaut Blue. HEX triplet: 25, 46 and 57. RGB value is (37,70,87). Sum of RGB (Red+Green+Blue) = 37+70+87=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #254657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254657 is #DAB9A8. Grayscale: #3D3D3D. Windows color (decimal): -14334377 or 5719589. OLE color: 5719589.

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

Color convert

RGB377087-
CMYK0.570.2000.66
HSL200.4º40.32%24.31%-
HSV(B)200.4º57.47%34.12%-
XYZ4.675.469.82-
YUV62.07142.07110.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=19.07%
G=36.08%
B=44.85%

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
Decimal3770870.570.2000.66200.440.3224.31
Hex2546573914042c82818
Octal45106127712401023105030
Binary1001011000110101011111100110100010000101100100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254657; }

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

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

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

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

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

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

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

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