#25455B

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

Shades of Astronaut Blue #25455B

Tints of Astronaut Blue #25455B

Color information

#25455B (or 0x25455B) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 5B. RGB value is (37,69,91). Sum of RGB (Red+Green+Blue) = 37+69+91=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #25455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25455B is #DABAA4. Grayscale: #3D3D3D. Windows color (decimal): -14334629 or 5981477. OLE color: 5981477.

HSL color Cylindrical-coordinate representation of color #25455B: hue angle of 204.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25455B is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376991-
CMYK0.590.2400.64
HSL204.44º42.19%25.1%-
HSV(B)204.44º59.34%35.69%-
XYZ4.785.410.69-
YUV61.94144.4110.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=18.78%
G=35.03%
B=46.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3769910.590.2400.64204.4442.1925.1
Hex25455B3B18040cc2a19
Octal45105133733001003145231
Binary1001011000101101101111101111000010000001100110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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