#25465B

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

Shades of Astronaut Blue #25465B

Tints of Astronaut Blue #25465B

Color information

#25465B (or 0x25465B) is unknown color: approx Astronaut Blue. HEX triplet: 25, 46 and 5B. RGB value is (37,70,91). Sum of RGB (Red+Green+Blue) = 37+70+91=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #25465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465B is #DAB9A4. Grayscale: #3E3E3E. Windows color (decimal): -14334373 or 5981733. OLE color: 5981733.

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

Color convert

RGB377091-
CMYK0.590.2300.64
HSL203.33º42.19%25.1%-
HSV(B)203.33º59.34%35.69%-
XYZ4.845.5310.71-
YUV62.53144.07109.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=18.69%
G=35.35%
B=45.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3770910.590.2300.64203.3342.1925.1
Hex25465B3B17040cb2a19
Octal45106133732701003135231
Binary1001011000110101101111101110111010000001100101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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