#336982

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

Shades of Astral #336982

Tints of Astral #336982

Color information

#336982 (or 0x336982) is unknown color: approx Astral. HEX triplet: 33, 69 and 82. RGB value is (51,105,130). Sum of RGB (Red+Green+Blue) = 51+105+130=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #336982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336982 is #CC967D. Grayscale: #5B5B5B. Windows color (decimal): -13407870 or 8546611. OLE color: 8546611.

HSL color Cylindrical-coordinate representation of color #336982: hue angle of 198.99º 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 #336982 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51105130-
CMYK0.610.1900.49
HSL198.99º43.65%35.49%-
HSV(B)198.99º60.77%50.98%-
XYZ10.4512.4222.97-
YUV91.7149.6198.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=17.83%
G=36.71%
B=45.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511051300.610.1900.49198.9943.6535.49
Hex3369823D13031c72c23
Octal6315120275230613075443
Binary11001111010011000001011110110011011000111000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336982; }

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

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

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

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

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

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

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

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