#30718D

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

Shades of Astral #30718D

Tints of Astral #30718D

Color information

#30718D (or 0x30718D) is unknown color: approx Astral. HEX triplet: 30, 71 and 8D. RGB value is (48,113,141). Sum of RGB (Red+Green+Blue) = 48+113+141=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #30718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30718D is #CF8E72. Grayscale: #606060. Windows color (decimal): -13602419 or 9269552. OLE color: 9269552.

HSL color Cylindrical-coordinate representation of color #30718D: hue angle of 198.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30718D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48113141-
CMYK0.660.2000.45
HSL198.06º49.21%37.06%-
HSV(B)198.06º65.96%55.29%-
XYZ11.9314.3627.34-
YUV96.76152.9793.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=15.89%
G=37.42%
B=46.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481131410.660.2000.45198.0649.2137.06
Hex30718D421402Dc63125
Octal60161215102240553066145
Binary110000111000110001101100001010100010110111000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,113,141); }

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

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

 a { background-color: rgb(48,113,141); }

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

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

 span { border-color: rgb(48,113,141); }

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