#307486

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

Shades of Astral #307486

Tints of Astral #307486

Color information

#307486 (or 0x307486) is unknown color: approx Astral. HEX triplet: 30, 74 and 86. RGB value is (48,116,134). Sum of RGB (Red+Green+Blue) = 48+116+134=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #307486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307486 is #CF8B79. Grayscale: #616161. Windows color (decimal): -13601658 or 8811568. OLE color: 8811568.

HSL color Cylindrical-coordinate representation of color #307486: hue angle of 192.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307486 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48116134-
CMYK0.640.1300.47
HSL192.56º47.25%35.69%-
HSV(B)192.56º64.18%52.55%-
XYZ11.7714.8424.8-
YUV97.72148.4792.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=16.11%
G=38.93%
B=44.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481161340.640.1300.47192.5647.2535.69
Hex30748640D02Fc12f24
Octal60164206100150573015744
Binary11000011101001000011010000001101010111111000001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307486; }

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

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

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

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

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

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

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

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