#337174

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

Shades of Atoll #337174

Tints of Atoll #337174

Color information

#337174 (or 0x337174) is unknown color: approx Atoll. HEX triplet: 33, 71 and 74. RGB value is (51,113,116). Sum of RGB (Red+Green+Blue) = 51+113+116=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #337174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337174 is #CC8E8B. Grayscale: #5E5E5E. Windows color (decimal): -13405836 or 7631155. OLE color: 7631155.

HSL color Cylindrical-coordinate representation of color #337174: hue angle of 182.77º 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 #337174 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51113116-
CMYK0.560.0300.55
HSL182.77º38.92%32.75%-
HSV(B)182.77º56.03%45.49%-
XYZ10.4213.7818.63-
YUV94.8139.9696.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=18.21%
G=40.36%
B=41.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511131160.560.0300.55182.7738.9232.75
Hex337174383037b72721
Octal631611647030672674741
Binary1100111110001111010011100011011011110110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337174; }

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

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

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

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

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

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

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

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