#307494

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

Shades of Astral #307494

Tints of Astral #307494

Color information

#307494 (or 0x307494) is unknown color: approx Astral. HEX triplet: 30, 74 and 94. RGB value is (48,116,148). Sum of RGB (Red+Green+Blue) = 48+116+148=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #307494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307494 is #CF8B6B. Grayscale: #636363. Windows color (decimal): -13601644 or 9729072. OLE color: 9729072.

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

Color convert

RGB48116148-
CMYK0.680.2200.42
HSL199.2º51.02%38.43%-
HSV(B)199.2º67.57%58.04%-
XYZ12.8115.2630.29-
YUV99.32155.4791.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=15.38%
G=37.18%
B=47.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481161480.680.2200.42199.251.0238.43
Hex307494441602Ac73326
Octal60164224104260523076346
Binary110000111010010010100100010010110010101011000111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307494; }

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

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

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

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

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

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

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

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