#337172

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

Shades of Atoll #337172

Tints of Atoll #337172

Color information

#337172 (or 0x337172) is unknown color: approx Atoll. HEX triplet: 33, 71 and 72. RGB value is (51,113,114). Sum of RGB (Red+Green+Blue) = 51+113+114=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #337172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337172 is #CC8E8D. Grayscale: #5E5E5E. Windows color (decimal): -13405838 or 7500083. OLE color: 7500083.

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

Color convert

RGB51113114-
CMYK0.550.0100.55
HSL180.95º38.18%32.35%-
HSV(B)180.95º55.26%44.71%-
XYZ10.3113.7318.03-
YUV94.58138.9696.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=18.35%
G=40.65%
B=41.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511131140.550.0100.55180.9538.1832.35
Hex337172371037b52620
Octal631611626710672654640
Binary110011111000111100101101111011011110110101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337172; }

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

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

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

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

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

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

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

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