#337A83

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

Shades of Atoll #337A83

Tints of Atoll #337A83

Color information

#337A83 (or 0x337A83) is unknown color: approx Atoll. HEX triplet: 33, 7A and 83. RGB value is (51,122,131). Sum of RGB (Red+Green+Blue) = 51+122+131=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #337A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337A83 is #CC857C. Grayscale: #656565. Windows color (decimal): -13403517 or 8616499. OLE color: 8616499.

HSL color Cylindrical-coordinate representation of color #337A83: hue angle of 186.75º 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 #337A83 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB51122131-
CMYK0.610.0700.49
HSL186.75º43.96%35.69%-
HSV(B)186.75º61.07%51.37%-
XYZ12.4216.2623.96-
YUV101.8144.4891.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=16.78%
G=40.13%
B=43.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511221310.610.0700.49186.7543.9635.69
Hex337A833D7031bb2c24
Octal631722037570612735444
Binary110011111101010000011111101111011000110111011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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