#307794

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

Shades of Astral #307794

Tints of Astral #307794

Color information

#307794 (or 0x307794) is unknown color: approx Astral. HEX triplet: 30, 77 and 94. RGB value is (48,119,148). Sum of RGB (Red+Green+Blue) = 48+119+148=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #307794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307794 is #CF886B. Grayscale: #646464. Windows color (decimal): -13600876 or 9729840. OLE color: 9729840.

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

Color convert

RGB48119148-
CMYK0.680.2000.42
HSL197.4º51.02%38.43%-
HSV(B)197.4º67.57%58.04%-
XYZ13.1615.9630.4-
YUV101.08154.4890.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=15.24%
G=37.78%
B=46.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481191480.680.2000.42197.451.0238.43
Hex307794441402Ac53326
Octal60167224104240523056346
Binary110000111011110010100100010010100010101011000101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307794; }

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

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

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

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

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

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

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

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