#25738F

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

Shades of Astral #25738F

Tints of Astral #25738F

Color information

#25738F (or 0x25738F) is unknown color: approx Astral. HEX triplet: 25, 73 and 8F. RGB value is (37,115,143). Sum of RGB (Red+Green+Blue) = 37+115+143=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #25738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25738F is #DA8C70. Grayscale: #5E5E5E. Windows color (decimal): -14322801 or 9401125. OLE color: 9401125.

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

Color convert

RGB37115143-
CMYK0.740.2000.44
HSL195.85º58.89%35.29%-
HSV(B)195.85º74.13%56.08%-
XYZ11.8514.6428.19-
YUV94.87155.1686.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=12.54%
G=38.98%
B=48.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371151430.740.2000.44195.8558.8935.29
Hex25738F4A1402Cc43b23
Octal45163217112240543047343
Binary100101111001110001111100101010100010110011000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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