#337275

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

Shades of Atoll #337275

Tints of Atoll #337275

Color information

#337275 (or 0x337275) is unknown color: approx Atoll. HEX triplet: 33, 72 and 75. RGB value is (51,114,117). Sum of RGB (Red+Green+Blue) = 51+114+117=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #337275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337275 is #CC8D8A. Grayscale: #5F5F5F. Windows color (decimal): -13405579 or 7696947. OLE color: 7696947.

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

Color convert

RGB51114117-
CMYK0.560.0300.54
HSL182.73º39.29%32.94%-
HSV(B)182.73º56.41%45.88%-
XYZ10.5914.0218.98-
YUV95.5140.1396.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=18.09%
G=40.43%
B=41.49%

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
Decimal511141170.560.0300.54182.7339.2932.94
Hex337275383036b72721
Octal631621657030662674741
Binary1100111110010111010111100011011011010110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337275; }

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

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

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

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

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

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

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

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