#336B79

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

Shades of Astral #336B79

Tints of Astral #336B79

Color information

#336B79 (or 0x336B79) is unknown color: approx Astral. HEX triplet: 33, 6B and 79. RGB value is (51,107,121). Sum of RGB (Red+Green+Blue) = 51+107+121=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #336B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B79 is #CC9486. Grayscale: #5B5B5B. Windows color (decimal): -13407367 or 7957299. OLE color: 7957299.

HSL color Cylindrical-coordinate representation of color #336B79: hue angle of 192º 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 #336B79 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB51107121-
CMYK0.580.1200.53
HSL192º40.7%33.73%-
HSV(B)192º57.85%47.45%-
XYZ10.0712.619.99-
YUV91.85144.4598.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=18.28%
G=38.35%
B=43.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511071210.580.1200.5319240.733.73
Hex336B793AC035c02922
Octal6315317172140653005142
Binary110011110101111110011110101100011010111000000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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