#25698D

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

Shades of Astral #25698D

Tints of Astral #25698D

Color information

#25698D (or 0x25698D) is unknown color: approx Astral. HEX triplet: 25, 69 and 8D. RGB value is (37,105,141). Sum of RGB (Red+Green+Blue) = 37+105+141=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #25698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25698D is #DA9672. Grayscale: #585858. Windows color (decimal): -14325363 or 9267493. OLE color: 9267493.

HSL color Cylindrical-coordinate representation of color #25698D: hue angle of 200.77º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25698D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB37105141-
CMYK0.740.2600.45
HSL200.77º58.43%34.9%-
HSV(B)200.77º73.76%55.29%-
XYZ10.6212.4227.04-
YUV88.77157.4791.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=13.07%
G=37.10%
B=49.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371051410.740.2600.45200.7758.4334.9
Hex25698D4A1A02Dc93a23
Octal45151215112320553117243
Binary100101110100110001101100101011010010110111001001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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