#254559

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

Shades of Astronaut Blue #254559

Tints of Astronaut Blue #254559

Color information

#254559 (or 0x254559) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 59. RGB value is (37,69,89). Sum of RGB (Red+Green+Blue) = 37+69+89=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #254559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254559 is #DABAA6. Grayscale: #3D3D3D. Windows color (decimal): -14334631 or 5850405. OLE color: 5850405.

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

Color convert

RGB376989-
CMYK0.580.2200.65
HSL203.08º41.27%24.71%-
HSV(B)203.08º58.43%34.9%-
XYZ4.695.3710.24-
YUV61.71143.4110.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=18.97%
G=35.38%
B=45.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3769890.580.2200.65203.0841.2724.71
Hex2545593A16041cb2919
Octal45105131722601013135131
Binary1001011000101101100111101010110010000011100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254559; }

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

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

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

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

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

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

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

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