#25455C

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

Shades of Astronaut Blue #25455C

Tints of Astronaut Blue #25455C

Color information

#25455C (or 0x25455C) is unknown color: approx Astronaut Blue. HEX triplet: 25, 45 and 5C. RGB value is (37,69,92). Sum of RGB (Red+Green+Blue) = 37+69+92=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #25455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25455C is #DABAA3. Grayscale: #3D3D3D. Windows color (decimal): -14334628 or 6047013. OLE color: 6047013.

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

Color convert

RGB376992-
CMYK0.600.2500.64
HSL205.09º42.64%25.29%-
HSV(B)205.09º59.78%36.08%-
XYZ4.825.4210.92-
YUV62.05144.9110.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=18.69%
G=34.85%
B=46.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3769920.600.2500.64205.0942.6425.29
Hex25455C3C19040cd2b19
Octal45105134743101003155331
Binary1001011000101101110011110011001010000001100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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