#306684

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

Shades of Astral #306684

Tints of Astral #306684

Color information

#306684 (or 0x306684) is unknown color: approx Astral. HEX triplet: 30, 66 and 84. RGB value is (48,102,132). Sum of RGB (Red+Green+Blue) = 48+102+132=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #306684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306684 is #CF997B. Grayscale: #595959. Windows color (decimal): -13605244 or 8676912. OLE color: 8676912.

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

Color convert

RGB48102132-
CMYK0.640.2300.48
HSL201.43º46.67%35.29%-
HSV(B)201.43º63.64%51.76%-
XYZ10.1411.823.57-
YUV89.27152.1198.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=17.02%
G=36.17%
B=46.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481021320.640.2300.48201.4346.6735.29
Hex3066844017030c92f23
Octal60146204100270603115743
Binary110000110011010000100100000010111011000011001001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306684; }

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

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

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

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

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

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

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

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