#306882

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

Shades of Astral #306882

Tints of Astral #306882

Color information

#306882 (or 0x306882) is unknown color: approx Astral. HEX triplet: 30, 68 and 82. RGB value is (48,104,130). Sum of RGB (Red+Green+Blue) = 48+104+130=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #306882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306882 is #CF977D. Grayscale: #5A5A5A. Windows color (decimal): -13604734 or 8546352. OLE color: 8546352.

HSL color Cylindrical-coordinate representation of color #306882: hue angle of 199.02º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306882 is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48104130-
CMYK0.630.200.49
HSL199.02º46.07%34.9%-
HSV(B)199.02º63.08%50.98%-
XYZ10.212.1422.92-
YUV90.22150.4597.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=17.02%
G=36.88%
B=46.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481041300.630.200.49199.0246.0734.9
Hex3068823F14031c72e23
Octal6015020277240613075643
Binary11000011010001000001011111110100011000111000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306882; }

 p { color: rgb(48,104,130); }

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

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

 a { background-color: rgb(48,104,130); }

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

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

 span { border-color: rgb(48,104,130); }

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