#337070

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

Shades of Atoll #337070

Tints of Atoll #337070

Color information

#337070 (or 0x337070) is unknown color: approx Atoll. HEX triplet: 33, 70 and 70. RGB value is (51,112,112). Sum of RGB (Red+Green+Blue) = 51+112+112=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #337070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337070 is #CC8F8F. Grayscale: #5D5D5D. Windows color (decimal): -13406096 or 7368755. OLE color: 7368755.

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

Color convert

RGB51112112-
CMYK0.54000.56
HSL180º37.42%31.96%-
HSV(B)180º54.46%43.92%-
XYZ10.0813.4617.4-
YUV93.76138.2997.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=18.55%
G=40.73%
B=40.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511121120.54000.5618037.4231.96
Hex337070360038b42520
Octal631601606600702644540
Binary110011111000011100001101100011100010110100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337070; }

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

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

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

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

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

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

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

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