#257591

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

Shades of Astral #257591

Tints of Astral #257591

Color information

#257591 (or 0x257591) is unknown color: approx Astral. HEX triplet: 25, 75 and 91. RGB value is (37,117,145). Sum of RGB (Red+Green+Blue) = 37+117+145=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #257591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257591 is #DA8A6E. Grayscale: #606060. Windows color (decimal): -14322287 or 9532709. OLE color: 9532709.

HSL color Cylindrical-coordinate representation of color #257591: hue angle of 195.56º 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 #257591 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37117145-
CMYK0.740.1900.43
HSL195.56º59.34%35.69%-
HSV(B)195.56º74.48%56.86%-
XYZ12.2415.1629.07-
YUV96.27155.585.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=12.37%
G=39.13%
B=48.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371171450.740.1900.43195.5659.3435.69
Hex2575914A1302Bc43b24
Octal45165221112230533047344
Binary100101111010110010001100101010011010101111000100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257591; }

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

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

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

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

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

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

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

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