#336882

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

Shades of Astral #336882

Tints of Astral #336882

Color information

#336882 (or 0x336882) is unknown color: approx Astral. HEX triplet: 33, 68 and 82. RGB value is (51,104,130). Sum of RGB (Red+Green+Blue) = 51+104+130=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #336882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336882 is #CC977D. Grayscale: #5A5A5A. Windows color (decimal): -13408126 or 8546355. OLE color: 8546355.

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

Color convert

RGB51104130-
CMYK0.610.200.49
HSL199.75º43.65%35.49%-
HSV(B)199.75º60.77%50.98%-
XYZ10.3412.2222.93-
YUV91.12149.9499.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=17.89%
G=36.49%
B=45.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511041300.610.200.49199.7543.6535.49
Hex3368823D14031c82c23
Octal6315020275240613105443
Binary11001111010001000001011110110100011000111001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336882; }

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

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

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

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

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

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

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

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