#257890

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

Shades of Astral #257890

Tints of Astral #257890

Color information

#257890 (or 0x257890) is unknown color: approx Astral. HEX triplet: 25, 78 and 90. RGB value is (37,120,144). Sum of RGB (Red+Green+Blue) = 37+120+144=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #257890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257890 is #DA876F. Grayscale: #616161. Windows color (decimal): -14321520 or 9467941. OLE color: 9467941.

HSL color Cylindrical-coordinate representation of color #257890: hue angle of 193.46º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257890 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37120144-
CMYK0.740.1700.44
HSL193.46º59.12%35.49%-
HSV(B)193.46º74.31%56.47%-
XYZ12.5115.8428.78-
YUV97.9215484.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=12.29%
G=39.87%
B=47.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371201440.740.1700.44193.4659.1235.49
Hex2578904A1102Cc13b23
Octal45170220112210543017343
Binary100101111100010010000100101010001010110011000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257890; }

 p { color: rgb(37,120,144); }

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

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

 a { background-color: rgb(37,120,144); }

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

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

 span { border-color: rgb(37,120,144); }

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