#30718A

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

Shades of Astral #30718A

Tints of Astral #30718A

Color information

#30718A (or 0x30718A) is unknown color: approx Astral. HEX triplet: 30, 71 and 8A. RGB value is (48,113,138). Sum of RGB (Red+Green+Blue) = 48+113+138=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #30718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30718A is #CF8E75. Grayscale: #606060. Windows color (decimal): -13602422 or 9072944. OLE color: 9072944.

HSL color Cylindrical-coordinate representation of color #30718A: hue angle of 196.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30718A is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48113138-
CMYK0.650.1800.46
HSL196.67º48.39%36.47%-
HSV(B)196.67º65.22%54.12%-
XYZ11.7114.2726.18-
YUV96.42151.4793.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=16.05%
G=37.79%
B=46.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481131380.650.1800.46196.6748.3936.47
Hex30718A411202Ec53024
Octal60161212101220563056044
Binary110000111000110001010100000110010010111011000101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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