#257692

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

Shades of Astral #257692

Tints of Astral #257692

Color information

#257692 (or 0x257692) is unknown color: approx Astral. HEX triplet: 25, 76 and 92. RGB value is (37,118,146). Sum of RGB (Red+Green+Blue) = 37+118+146=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #257692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257692 is #DA896D. Grayscale: #606060. Windows color (decimal): -14322030 or 9598501. OLE color: 9598501.

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

Color convert

RGB37118146-
CMYK0.750.1900.43
HSL195.41º59.56%35.88%-
HSV(B)195.41º74.66%57.25%-
XYZ12.4315.4329.52-
YUV96.97155.6685.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=12.29%
G=39.20%
B=48.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371181460.750.1900.43195.4159.5635.88
Hex2576924B1302Bc33c24
Octal45166222113230533037444
Binary100101111011010010010100101110011010101111000011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257692; }

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

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

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

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

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

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

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

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