#254758

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

Shades of Astronaut Blue #254758

Tints of Astronaut Blue #254758

Color information

#254758 (or 0x254758) is unknown color: approx Astronaut Blue. HEX triplet: 25, 47 and 58. RGB value is (37,71,88). Sum of RGB (Red+Green+Blue) = 37+71+88=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #254758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254758 is #DAB8A7. Grayscale: #3E3E3E. Windows color (decimal): -14334120 or 5785381. OLE color: 5785381.

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

Color convert

RGB377188-
CMYK0.580.1900.65
HSL200º40.8%24.51%-
HSV(B)200º57.95%34.51%-
XYZ4.785.610.06-
YUV62.77142.24109.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=18.88%
G=36.22%
B=44.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3771880.580.1900.6520040.824.51
Hex2547583A13041c82919
Octal45107130722301013105131
Binary1001011000111101100011101010011010000011100100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254758; }

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

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

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

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

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

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

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

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