#337A7A

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

Shades of Atoll #337A7A

Tints of Atoll #337A7A

Color information

#337A7A (or 0x337A7A) is unknown color: approx Atoll. HEX triplet: 33, 7A and 7A. RGB value is (51,122,122). Sum of RGB (Red+Green+Blue) = 51+122+122=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #337A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A7A is #CC8585. Grayscale: #646464. Windows color (decimal): -13403526 or 8026675. OLE color: 8026675.

HSL color Cylindrical-coordinate representation of color #337A7A: hue angle of 180º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A7A is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51122122-
CMYK0.58000.52
HSL180º41.04%33.92%-
HSV(B)180º58.2%47.84%-
XYZ11.8416.0320.88-
YUV100.77139.9892.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=17.29%
G=41.36%
B=41.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511221220.58000.5218041.0433.92
Hex337A7A3A0034b42922
Octal631721727200642645142
Binary110011111101011110101110100011010010110100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A7A; }

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

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

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

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

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

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

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

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