#307493

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

Shades of Astral #307493

Tints of Astral #307493

Color information

#307493 (or 0x307493) is unknown color: approx Astral. HEX triplet: 30, 74 and 93. RGB value is (48,116,147). Sum of RGB (Red+Green+Blue) = 48+116+147=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #307493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307493 is #CF8B6C. Grayscale: #636363. Windows color (decimal): -13601645 or 9663536. OLE color: 9663536.

HSL color Cylindrical-coordinate representation of color #307493: hue angle of 198.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307493 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48116147-
CMYK0.670.2100.42
HSL198.79º50.77%38.24%-
HSV(B)198.79º67.35%57.65%-
XYZ12.7315.2329.87-
YUV99.2154.9791.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=15.43%
G=37.30%
B=47.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481161470.670.2100.42198.7950.7738.24
Hex307493431502Ac73326
Octal60164223103250523076346
Binary110000111010010010011100001110101010101011000111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307493; }

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

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

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

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

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

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

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

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