#257391

Color #257391 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #257391

Tints of Astral #257391

Color information

#257391 (or 0x257391) is unknown color: approx Astral. HEX triplet: 25, 73 and 91. RGB value is (37,115,145). Sum of RGB (Red+Green+Blue) = 37+115+145=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #257391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257391 is #DA8C6E. Grayscale: #5E5E5E. Windows color (decimal): -14322799 or 9532197. OLE color: 9532197.

HSL color Cylindrical-coordinate representation of color #257391: hue angle of 196.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257391 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37115145-
CMYK0.740.2100.43
HSL196.67º59.34%35.69%-
HSV(B)196.67º74.48%56.86%-
XYZ1214.728.99-
YUV95.1156.1686.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=12.46%
G=38.72%
B=48.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371151450.740.2100.43196.6759.3435.69
Hex2573914A1502Bc53b24
Octal45163221112250533057344
Binary100101111001110010001100101010101010101111000101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257391; }

 p { color: rgb(37,115,145); }

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

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

 a { background-color: rgb(37,115,145); }

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

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

 span { border-color: rgb(37,115,145); }

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