#337474

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

Shades of Atoll #337474

Tints of Atoll #337474

Color information

#337474 (or 0x337474) is unknown color: approx Atoll. HEX triplet: 33, 74 and 74. RGB value is (51,116,116). Sum of RGB (Red+Green+Blue) = 51+116+116=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #337474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337474 is #CC8B8B. Grayscale: #606060. Windows color (decimal): -13405068 or 7631923. OLE color: 7631923.

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

Color convert

RGB51116116-
CMYK0.56000.55
HSL180º38.92%32.75%-
HSV(B)180º56.03%45.49%-
XYZ10.7614.4618.75-
YUV96.56138.9795.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=18.02%
G=40.99%
B=40.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511161160.56000.5518038.9232.75
Hex337474380037b42721
Octal631641647000672644741
Binary110011111010011101001110000011011110110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337474; }

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

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

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

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

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

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

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

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