#25455A

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

Shades of Astronaut Blue #25455A

Tints of Astronaut Blue #25455A

Color information

#25455A (or 0x25455A) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 5A. RGB value is (37,69,90). Sum of RGB (Red+Green+Blue) = 37+69+90=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #25455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25455A is #DABAA5. Grayscale: #3D3D3D. Windows color (decimal): -14334630 or 5915941. OLE color: 5915941.

HSL color Cylindrical-coordinate representation of color #25455A: hue angle of 203.77º 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 #25455A is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376990-
CMYK0.590.2300.65
HSL203.77º41.73%24.9%-
HSV(B)203.77º58.89%35.29%-
XYZ4.745.3910.46-
YUV61.83143.9110.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=18.88%
G=35.20%
B=45.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3769900.590.2300.65203.7741.7324.9
Hex25455A3B17041cc2a19
Octal45105132732701013145231
Binary1001011000101101101011101110111010000011100110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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