#336785

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

Shades of Astral #336785

Tints of Astral #336785

Color information

#336785 (or 0x336785) is unknown color: approx Astral. HEX triplet: 33, 67 and 85. RGB value is (51,103,133). Sum of RGB (Red+Green+Blue) = 51+103+133=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #336785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336785 is #CC987A. Grayscale: #5A5A5A. Windows color (decimal): -13408379 or 8742707. OLE color: 8742707.

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

Color convert

RGB51103133-
CMYK0.620.2300.48
HSL201.95º44.57%36.08%-
HSV(B)201.95º61.65%52.16%-
XYZ10.4512.123.97-
YUV90.87151.7799.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=17.77%
G=35.89%
B=46.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511031330.620.2300.48201.9544.5736.08
Hex3367853E17030ca2d24
Octal6314720576270603125544
Binary11001111001111000010111111010111011000011001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336785; }

 p { color: rgb(51,103,133); }

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

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

 a { background-color: rgb(51,103,133); }

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

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

 span { border-color: rgb(51,103,133); }

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