#307393

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

Shades of Astral #307393

Tints of Astral #307393

Color information

#307393 (or 0x307393) is unknown color: approx Astral. HEX triplet: 30, 73 and 93. RGB value is (48,115,147). Sum of RGB (Red+Green+Blue) = 48+115+147=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #307393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307393 is #CF8C6C. Grayscale: #626262. Windows color (decimal): -13601901 or 9663280. OLE color: 9663280.

HSL color Cylindrical-coordinate representation of color #307393: hue angle of 199.39º 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 #307393 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48115147-
CMYK0.670.2200.42
HSL199.39º50.77%38.24%-
HSV(B)199.39º67.35%57.65%-
XYZ12.621529.83-
YUV98.62155.391.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=15.48%
G=37.10%
B=47.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481151470.670.2200.42199.3950.7738.24
Hex307393431602Ac73326
Octal60163223103260523076346
Binary110000111001110010011100001110110010101011000111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307393; }

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

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

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

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

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

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

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

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