#25698E

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

Shades of Astral #25698E

Tints of Astral #25698E

Color information

#25698E (or 0x25698E) is unknown color: approx Astral. HEX triplet: 25, 69 and 8E. RGB value is (37,105,142). Sum of RGB (Red+Green+Blue) = 37+105+142=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #25698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25698E is #DA9671. Grayscale: #585858. Windows color (decimal): -14325362 or 9333029. OLE color: 9333029.

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

Color convert

RGB37105142-
CMYK0.740.2600.44
HSL201.14º58.66%35.1%-
HSV(B)201.14º73.94%55.69%-
XYZ10.712.4527.43-
YUV88.89157.9790.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 142 (55.86% from 255) = 50%
R=13.03%
G=36.97%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371051420.740.2600.44201.1458.6635.1
Hex25698E4A1A02Cc93b23
Octal45151216112320543117343
Binary100101110100110001110100101011010010110011001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25698E; }

 p { color: rgb(37,105,142); }

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

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

 a { background-color: rgb(37,105,142); }

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

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

 span { border-color: rgb(37,105,142); }

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