#257092

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

Shades of Astral #257092

Tints of Astral #257092

Color information

#257092 (or 0x257092) is unknown color: approx Astral. HEX triplet: 25, 70 and 92. RGB value is (37,112,146). Sum of RGB (Red+Green+Blue) = 37+112+146=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #257092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257092 is #DA8F6D. Grayscale: #5D5D5D. Windows color (decimal): -14323566 or 9596965. OLE color: 9596965.

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

Color convert

RGB37112146-
CMYK0.750.2300.43
HSL198.72º59.56%35.88%-
HSV(B)198.72º74.66%57.25%-
XYZ11.7514.0629.29-
YUV93.45157.6587.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=12.54%
G=37.97%
B=49.49%

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
Decimal371121460.750.2300.43198.7259.5635.88
Hex2570924B1702Bc73c24
Octal45160222113270533077444
Binary100101111000010010010100101110111010101111000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257092; }

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

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

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

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

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

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

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

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