#336A85

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

Shades of Astral #336A85

Tints of Astral #336A85

Color information

#336A85 (or 0x336A85) is unknown color: approx Astral. HEX triplet: 33, 6A and 85. RGB value is (51,106,133). Sum of RGB (Red+Green+Blue) = 51+106+133=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #336A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A85 is #CC957A. Grayscale: #5C5C5C. Windows color (decimal): -13407611 or 8743475. OLE color: 8743475.

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

Color convert

RGB51106133-
CMYK0.620.2000.48
HSL199.76º44.57%36.08%-
HSV(B)199.76º61.65%52.16%-
XYZ10.7512.7124.08-
YUV92.63150.7898.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=17.59%
G=36.55%
B=45.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511061330.620.2000.48199.7644.5736.08
Hex336A853E14030c82d24
Octal6315220576240603105544
Binary11001111010101000010111111010100011000011001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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