#257192

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

Shades of Astral #257192

Tints of Astral #257192

Color information

#257192 (or 0x257192) is unknown color: approx Astral. HEX triplet: 25, 71 and 92. RGB value is (37,113,146). Sum of RGB (Red+Green+Blue) = 37+113+146=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #257192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257192 is #DA8E6D. Grayscale: #5D5D5D. Windows color (decimal): -14323310 or 9597221. OLE color: 9597221.

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

Color convert

RGB37113146-
CMYK0.750.2300.43
HSL198.17º59.56%35.88%-
HSV(B)198.17º74.66%57.25%-
XYZ11.8614.2829.33-
YUV94.04157.3287.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.5%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=12.5%
G=38.18%
B=49.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371131460.750.2300.43198.1759.5635.88
Hex2571924B1702Bc63c24
Octal45161222113270533067444
Binary100101111000110010010100101110111010101111000110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257192; }

 p { color: rgb(37,113,146); }

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

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

 a { background-color: rgb(37,113,146); }

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

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

 span { border-color: rgb(37,113,146); }

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