#336582

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

Shades of Astral #336582

Tints of Astral #336582

Color information

#336582 (or 0x336582) is unknown color: approx Astral. HEX triplet: 33, 65 and 82. RGB value is (51,101,130). Sum of RGB (Red+Green+Blue) = 51+101+130=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #336582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336582 is #CC9A7D. Grayscale: #595959. Windows color (decimal): -13408894 or 8545587. OLE color: 8545587.

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

Color convert

RGB51101130-
CMYK0.610.2200.49
HSL202.03º43.65%35.49%-
HSV(B)202.03º60.77%50.98%-
XYZ10.0511.6222.83-
YUV89.36150.94100.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=18.09%
G=35.82%
B=46.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511011300.610.2200.49202.0343.6535.49
Hex3365823D16031ca2c23
Octal6314520275260613125443
Binary11001111001011000001011110110110011000111001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336582; }

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

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

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

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

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

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

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

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