#336D7B

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

Shades of Astral #336D7B

Tints of Astral #336D7B

Color information

#336D7B (or 0x336D7B) is unknown color: approx Astral. HEX triplet: 33, 6D and 7B. RGB value is (51,109,123). Sum of RGB (Red+Green+Blue) = 51+109+123=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #336D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D7B is #CC9284. Grayscale: #5D5D5D. Windows color (decimal): -13406853 or 8088883. OLE color: 8088883.

HSL color Cylindrical-coordinate representation of color #336D7B: hue angle of 191.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336D7B is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51109123-
CMYK0.590.1100.52
HSL191.67º41.38%34.12%-
HSV(B)191.67º58.54%48.24%-
XYZ10.4113.0720.71-
YUV93.25144.7897.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=18.02%
G=38.52%
B=43.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511091230.590.1100.52191.6741.3834.12
Hex336D7B3BB034c02922
Octal6315517373130643005142
Binary110011110110111110111110111011011010011000000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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