#336D85

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

Shades of Astral #336D85

Tints of Astral #336D85

Color information

#336D85 (or 0x336D85) is unknown color: approx Astral. HEX triplet: 33, 6D and 85. RGB value is (51,109,133). Sum of RGB (Red+Green+Blue) = 51+109+133=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #336D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D85 is #CC927A. Grayscale: #5E5E5E. Windows color (decimal): -13406843 or 8744243. OLE color: 8744243.

HSL color Cylindrical-coordinate representation of color #336D85: hue angle of 197.56º 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 #336D85 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB51109133-
CMYK0.620.1800.48
HSL197.56º44.57%36.08%-
HSV(B)197.56º61.65%52.16%-
XYZ11.0713.3324.18-
YUV94.39149.7897.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=17.41%
G=37.20%
B=45.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511091330.620.1800.48197.5644.5736.08
Hex336D853E12030c62d24
Octal6315520576220603065544
Binary11001111011011000010111111010010011000011000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336D85; }

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

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

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

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

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

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

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

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