#25475A

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

Shades of Astronaut Blue #25475A

Tints of Astronaut Blue #25475A

Color information

#25475A (or 0x25475A) is unknown color: approx Astronaut Blue. HEX triplet: 25, 47 and 5A. RGB value is (37,71,90). Sum of RGB (Red+Green+Blue) = 37+71+90=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #25475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25475A is #DAB8A5. Grayscale: #3E3E3E. Windows color (decimal): -14334118 or 5916453. OLE color: 5916453.

HSL color Cylindrical-coordinate representation of color #25475A: hue angle of 201.51º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25475A is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB377190-
CMYK0.590.2100.65
HSL201.51º41.73%24.9%-
HSV(B)201.51º58.89%35.29%-
XYZ4.865.6410.5-
YUV63143.24109.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=18.69%
G=35.86%
B=45.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3771900.590.2100.65201.5141.7324.9
Hex25475A3B15041ca2a19
Octal45107132732501013125231
Binary1001011000111101101011101110101010000011100101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25475A; }

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

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

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

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

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

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

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

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