#30748C

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

Shades of Astral #30748C

Tints of Astral #30748C

Color information

#30748C (or 0x30748C) is unknown color: approx Astral. HEX triplet: 30, 74 and 8C. RGB value is (48,116,140). Sum of RGB (Red+Green+Blue) = 48+116+140=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #30748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30748C is #CF8B73. Grayscale: #626262. Windows color (decimal): -13601652 or 9204784. OLE color: 9204784.

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

Color convert

RGB48116140-
CMYK0.660.1700.45
HSL195.65º48.94%36.86%-
HSV(B)195.65º65.71%54.9%-
XYZ12.215.0127.07-
YUV98.4151.4792.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=15.79%
G=38.16%
B=46.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481161400.660.1700.45195.6548.9436.86
Hex30748C421102Dc43125
Octal60164214102210553046145
Binary110000111010010001100100001010001010110111000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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