#306884

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

Shades of Astral #306884

Tints of Astral #306884

Color information

#306884 (or 0x306884) is unknown color: approx Astral. HEX triplet: 30, 68 and 84. RGB value is (48,104,132). Sum of RGB (Red+Green+Blue) = 48+104+132=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #306884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306884 is #CF977B. Grayscale: #5A5A5A. Windows color (decimal): -13604732 or 8677424. OLE color: 8677424.

HSL color Cylindrical-coordinate representation of color #306884: hue angle of 200º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306884 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48104132-
CMYK0.640.2100.48
HSL200º46.67%35.29%-
HSV(B)200º63.64%51.76%-
XYZ10.3312.1923.64-
YUV90.45151.4597.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=16.90%
G=36.62%
B=46.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481041320.640.2100.4820046.6735.29
Hex3068844015030c82f23
Octal60150204100250603105743
Binary110000110100010000100100000010101011000011001000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306884; }

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

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

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

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

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

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

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

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