#25455D

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

Shades of Astronaut Blue #25455D

Tints of Astronaut Blue #25455D

Color information

#25455D (or 0x25455D) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 5D. RGB value is (37,69,93). Sum of RGB (Red+Green+Blue) = 37+69+93=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #25455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25455D is #DABAA2. Grayscale: #3E3E3E. Windows color (decimal): -14334627 or 6112549. OLE color: 6112549.

HSL color Cylindrical-coordinate representation of color #25455D: hue angle of 205.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25455D is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376993-
CMYK0.600.2600.64
HSL205.71º43.08%25.49%-
HSV(B)205.71º60.22%36.47%-
XYZ4.875.4411.15-
YUV62.17145.4110.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=18.59%
G=34.67%
B=46.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3769930.600.2600.64205.7143.0825.49
Hex25455D3C1A040ce2b19
Octal45105135743201003165331
Binary1001011000101101110111110011010010000001100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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