#257992

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

Shades of Astral #257992

Tints of Astral #257992

Color information

#257992 (or 0x257992) is unknown color: approx Astral. HEX triplet: 25, 79 and 92. RGB value is (37,121,146). Sum of RGB (Red+Green+Blue) = 37+121+146=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #257992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257992 is #DA866D. Grayscale: #626262. Windows color (decimal): -14321262 or 9599269. OLE color: 9599269.

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

Color convert

RGB37121146-
CMYK0.750.1700.43
HSL193.76º59.56%35.88%-
HSV(B)193.76º74.66%57.25%-
XYZ12.7916.1429.64-
YUV98.73154.6783.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=12.17%
G=39.80%
B=48.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371211460.750.1700.43193.7659.5635.88
Hex2579924B1102Bc23c24
Octal45171222113210533027444
Binary100101111100110010010100101110001010101111000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257992; }

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

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

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

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

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

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

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

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