#307894

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

Shades of Astral #307894

Tints of Astral #307894

Color information

#307894 (or 0x307894) is unknown color: approx Astral. HEX triplet: 30, 78 and 94. RGB value is (48,120,148). Sum of RGB (Red+Green+Blue) = 48+120+148=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #307894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307894 is #CF876B. Grayscale: #656565. Windows color (decimal): -13600620 or 9730096. OLE color: 9730096.

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

Color convert

RGB48120148-
CMYK0.680.1900.42
HSL196.8º51.02%38.43%-
HSV(B)196.8º67.57%58.04%-
XYZ13.2816.230.44-
YUV101.66154.1589.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=15.19%
G=37.97%
B=46.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481201480.680.1900.42196.851.0238.43
Hex307894441302Ac53326
Octal60170224104230523056346
Binary110000111100010010100100010010011010101011000101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307894; }

 p { color: rgb(48,120,148); }

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

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

 a { background-color: rgb(48,120,148); }

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

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

 span { border-color: rgb(48,120,148); }

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