#336C79

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

Shades of Astral #336C79

Tints of Astral #336C79

Color information

#336C79 (or 0x336C79) is unknown color: approx Astral. HEX triplet: 33, 6C and 79. RGB value is (51,108,121). Sum of RGB (Red+Green+Blue) = 51+108+121=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #336C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C79 is #CC9386. Grayscale: #5C5C5C. Windows color (decimal): -13407111 or 7957555. OLE color: 7957555.

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

Color convert

RGB51108121-
CMYK0.580.1100.53
HSL191.14º40.7%33.73%-
HSV(B)191.14º57.85%47.45%-
XYZ10.1812.8120.03-
YUV92.44144.1298.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=18.21%
G=38.57%
B=43.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511081210.580.1100.53191.1440.733.73
Hex336C793AB035bf2922
Octal6315417172130652775142
Binary110011110110011110011110101011011010110111111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,121); }

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

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

 a { background-color: rgb(51,108,121); }

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

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

 span { border-color: rgb(51,108,121); }

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