#307886

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

Shades of Astral #307886

Tints of Astral #307886

Color information

#307886 (or 0x307886) is unknown color: approx Astral. HEX triplet: 30, 78 and 86. RGB value is (48,120,134). Sum of RGB (Red+Green+Blue) = 48+120+134=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #307886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307886 is #CF8779. Grayscale: #636363. Windows color (decimal): -13600634 or 8812592. OLE color: 8812592.

HSL color Cylindrical-coordinate representation of color #307886: hue angle of 189.77º 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 #307886 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48120134-
CMYK0.640.1000.47
HSL189.77º47.25%35.69%-
HSV(B)189.77º64.18%52.55%-
XYZ12.2415.7824.96-
YUV100.07147.1590.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 134 (52.73% from 255) = 44.37%
R=15.89%
G=39.74%
B=44.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481201340.640.1000.47189.7747.2535.69
Hex30788640A02Fbe2f24
Octal60170206100120572765744
Binary11000011110001000011010000001010010111110111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307886; }

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

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

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

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

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

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

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

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