#336684

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

Shades of Astral #336684

Tints of Astral #336684

Color information

#336684 (or 0x336684) is unknown color: approx Astral. HEX triplet: 33, 66 and 84. RGB value is (51,102,132). Sum of RGB (Red+Green+Blue) = 51+102+132=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #336684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336684 is #CC997B. Grayscale: #5A5A5A. Windows color (decimal): -13408636 or 8676915. OLE color: 8676915.

HSL color Cylindrical-coordinate representation of color #336684: hue angle of 202.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336684 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51102132-
CMYK0.610.2300.48
HSL202.22º44.26%35.88%-
HSV(B)202.22º61.36%51.76%-
XYZ10.2811.8723.58-
YUV90.17151.6100.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=17.89%
G=35.79%
B=46.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511021320.610.2300.48202.2244.2635.88
Hex3366843D17030ca2c24
Octal6314620475270603125444
Binary11001111001101000010011110110111011000011001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336684; }

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

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

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

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

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

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

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

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