#30748D

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

Shades of Astral #30748D

Tints of Astral #30748D

Color information

#30748D (or 0x30748D) is unknown color: approx Astral. HEX triplet: 30, 74 and 8D. RGB value is (48,116,141). Sum of RGB (Red+Green+Blue) = 48+116+141=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #30748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748D is #CF8B72. Grayscale: #626262. Windows color (decimal): -13601651 or 9270320. OLE color: 9270320.

HSL color Cylindrical-coordinate representation of color #30748D: hue angle of 196.13º 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 #30748D is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48116141-
CMYK0.660.1800.45
HSL196.13º49.21%37.06%-
HSV(B)196.13º65.96%55.29%-
XYZ12.2715.0427.46-
YUV98.52151.9791.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=15.74%
G=38.03%
B=46.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481161410.660.1800.45196.1349.2137.06
Hex30748D421202Dc43125
Octal60164215102220553046145
Binary110000111010010001101100001010010010110111000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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