#336D91

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

Shades of Astral #336D91

Tints of Astral #336D91

Color information

#336D91 (or 0x336D91) is unknown color: approx Astral. HEX triplet: 33, 6D and 91. RGB value is (51,109,145). Sum of RGB (Red+Green+Blue) = 51+109+145=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #336D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D91 is #CC926E. Grayscale: #5F5F5F. Windows color (decimal): -13406831 or 9530675. OLE color: 9530675.

HSL color Cylindrical-coordinate representation of color #336D91: hue angle of 202.98º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336D91 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51109145-
CMYK0.650.2500.43
HSL202.98º47.96%38.43%-
HSV(B)202.98º64.83%56.86%-
XYZ11.9413.6928.8-
YUV95.76155.7896.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=16.72%
G=35.74%
B=47.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511091450.650.2500.43202.9847.9638.43
Hex336D91411902Bcb3026
Octal63155221101310533136046
Binary110011110110110010001100000111001010101111001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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