#25445B

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

Shades of Astronaut Blue #25445B

Tints of Astronaut Blue #25445B

Color information

#25445B (or 0x25445B) is unknown color: approx Astronaut Blue. HEX triplet: 25, 44 and 5B. RGB value is (37,68,91). Sum of RGB (Red+Green+Blue) = 37+68+91=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #25445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25445B is #DABBA4. Grayscale: #3D3D3D. Windows color (decimal): -14334885 or 5981221. OLE color: 5981221.

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

Color convert

RGB376891-
CMYK0.590.2500.64
HSL205.56º42.19%25.1%-
HSV(B)205.56º59.34%35.69%-
XYZ4.725.2810.67-
YUV61.35144.73110.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=18.88%
G=34.69%
B=46.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3768910.590.2500.64205.5642.1925.1
Hex25445B3B19040ce2a19
Octal45104133733101003165231
Binary1001011000100101101111101111001010000001100111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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