#257290

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

Shades of Astral #257290

Tints of Astral #257290

Color information

#257290 (or 0x257290) is unknown color: approx Astral. HEX triplet: 25, 72 and 90. RGB value is (37,114,144). Sum of RGB (Red+Green+Blue) = 37+114+144=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #257290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257290 is #DA8D6F. Grayscale: #5E5E5E. Windows color (decimal): -14323056 or 9466405. OLE color: 9466405.

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

Color convert

RGB37114144-
CMYK0.740.2100.44
HSL196.82º59.12%35.49%-
HSV(B)196.82º74.31%56.47%-
XYZ11.8114.4428.55-
YUV94.4155.9987.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=12.54%
G=38.64%
B=48.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371141440.740.2100.44196.8259.1235.49
Hex2572904A1502Cc53b23
Octal45162220112250543057343
Binary100101111001010010000100101010101010110011000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257290; }

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

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

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

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

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

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

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

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