#337273

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

Shades of Atoll #337273

Tints of Atoll #337273

Color information

#337273 (or 0x337273) is unknown color: approx Atoll. HEX triplet: 33, 72 and 73. RGB value is (51,114,115). Sum of RGB (Red+Green+Blue) = 51+114+115=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #337273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337273 is #CC8D8C. Grayscale: #5F5F5F. Windows color (decimal): -13405581 or 7565875. OLE color: 7565875.

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

Color convert

RGB51114115-
CMYK0.560.0100.55
HSL180.94º38.55%32.55%-
HSV(B)180.94º55.65%45.1%-
XYZ10.4813.9818.37-
YUV95.28139.1396.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=18.21%
G=40.71%
B=41.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511141150.560.0100.55180.9438.5532.55
Hex337273381037b52721
Octal631621637010672654741
Binary110011111001011100111110001011011110110101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337273; }

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

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

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

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

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

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

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

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