#337175

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

Shades of Atoll #337175

Tints of Atoll #337175

Color information

#337175 (or 0x337175) is unknown color: approx Atoll. HEX triplet: 33, 71 and 75. RGB value is (51,113,117). Sum of RGB (Red+Green+Blue) = 51+113+117=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #337175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337175 is #CC8E8A. Grayscale: #5E5E5E. Windows color (decimal): -13405835 or 7696691. OLE color: 7696691.

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

Color convert

RGB51113117-
CMYK0.560.0300.54
HSL183.64º39.29%32.94%-
HSV(B)183.64º56.41%45.88%-
XYZ10.4813.818.94-
YUV94.92140.4696.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=18.15%
G=40.21%
B=41.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511131170.560.0300.54183.6439.2932.94
Hex337175383036b82721
Octal631611657030662704741
Binary1100111110001111010111100011011011010111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337175; }

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

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

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

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

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

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

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

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