#25718F

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

Shades of Astral #25718F

Tints of Astral #25718F

Color information

#25718F (or 0x25718F) is unknown color: approx Astral. HEX triplet: 25, 71 and 8F. RGB value is (37,113,143). Sum of RGB (Red+Green+Blue) = 37+113+143=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #25718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25718F is #DA8E70. Grayscale: #5D5D5D. Windows color (decimal): -14323313 or 9400613. OLE color: 9400613.

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

Color convert

RGB37113143-
CMYK0.740.2100.44
HSL196.98º58.89%35.29%-
HSV(B)196.98º74.13%56.08%-
XYZ11.6314.1928.11-
YUV93.7155.8287.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 143 (56.25% from 255) = 48.81%
R=12.63%
G=38.57%
B=48.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371131430.740.2100.44196.9858.8935.29
Hex25718F4A1502Cc53b23
Octal45161217112250543057343
Binary100101111000110001111100101010101010110011000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25718F; }

 p { color: rgb(37,113,143); }

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

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

 a { background-color: rgb(37,113,143); }

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

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

 span { border-color: rgb(37,113,143); }

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