#337D83

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

Shades of Atoll #337D83

Tints of Atoll #337D83

Color information

#337D83 (or 0x337D83) is unknown color: approx Atoll. HEX triplet: 33, 7D and 83. RGB value is (51,125,131). Sum of RGB (Red+Green+Blue) = 51+125+131=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #337D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D83 is #CC827C. Grayscale: #676767. Windows color (decimal): -13402749 or 8617267. OLE color: 8617267.

HSL color Cylindrical-coordinate representation of color #337D83: hue angle of 184.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337D83 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51125131-
CMYK0.610.0500.49
HSL184.5º43.96%35.69%-
HSV(B)184.5º61.07%51.37%-
XYZ12.817.0124.08-
YUV103.56143.4890.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=16.61%
G=40.72%
B=42.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511251310.610.0500.49184.543.9635.69
Hex337D833D5031b82c24
Octal631752037550612705444
Binary110011111110110000011111101101011000110111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337D83; }

 p { color: rgb(51,125,131); }

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

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

 a { background-color: rgb(51,125,131); }

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

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

 span { border-color: rgb(51,125,131); }

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