#337071

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

Shades of Atoll #337071

Tints of Atoll #337071

Color information

#337071 (or 0x337071) is unknown color: approx Atoll. HEX triplet: 33, 70 and 71. RGB value is (51,112,113). Sum of RGB (Red+Green+Blue) = 51+112+113=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #337071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337071 is #CC8F8E. Grayscale: #5D5D5D. Windows color (decimal): -13406095 or 7434291. OLE color: 7434291.

HSL color Cylindrical-coordinate representation of color #337071: hue angle of 180.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337071 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51112113-
CMYK0.550.0100.56
HSL180.97º37.8%32.16%-
HSV(B)180.97º54.87%44.31%-
XYZ10.1413.4817.69-
YUV93.88138.7997.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=18.48%
G=40.58%
B=40.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121130.550.0100.56180.9737.832.16
Hex337071371038b52620
Octal631601616710702654640
Binary110011111000011100011101111011100010110101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337071; }

 p { color: rgb(51,112,113); }

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

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

 a { background-color: rgb(51,112,113); }

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

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

 span { border-color: rgb(51,112,113); }

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