#336E7B

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

Shades of Astral #336E7B

Tints of Astral #336E7B

Color information

#336E7B (or 0x336E7B) is unknown color: approx Astral. HEX triplet: 33, 6E and 7B. RGB value is (51,110,123). Sum of RGB (Red+Green+Blue) = 51+110+123=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #336E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336E7B is #CC9184. Grayscale: #5D5D5D. Windows color (decimal): -13406597 or 8089139. OLE color: 8089139.

HSL color Cylindrical-coordinate representation of color #336E7B: hue angle of 190.83º 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 #336E7B is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51110123-
CMYK0.590.1100.52
HSL190.83º41.38%34.12%-
HSV(B)190.83º58.54%48.24%-
XYZ10.5213.2920.75-
YUV93.84144.4597.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=17.96%
G=38.73%
B=43.31%

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
Decimal511101230.590.1100.52190.8341.3834.12
Hex336E7B3BB034bf2922
Octal6315617373130642775142
Binary110011110111011110111110111011011010010111111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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