Shades of Atoll #337A83
Tints of Atoll #337A83
RGB
CMYK
RGB Variations
Color information
#337A83 (or 0x337A83) is known color: 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
| RGB | 51 | 122 | 131 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.49 |
| HSL | 186.75º | 0.44% | 0.36% | - |
| HSV(B) | 186.75º | 0.61% | 0.51% | - |
| XYZ | 12.42 | 16.26 | 23.96 | - |
| YUV | 101.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 131 | 0.61 | 0.07 | 0 | 0.49 | 186.75 | 0.44 | 0.36 |
| Hex | 33 | 7A | 83 | 3D | 7 | 0 | 31 | BB | 2C | 24 |
| Octal | 63 | 172 | 203 | 75 | 7 | 0 | 61 | 273 | 54 | 44 |
| Binary | 110011 | 1111010 | 10000011 | 111101 | 111 | 0 | 110001 | 10111011 | 101100 | 100100 |
Color Harmonies of #337A83
Complementary color
Monochromatic Colors of #337A83
Black with #337A83
Text Example
Text Example
White with #337A83
Text Example
Text Example
HTML Codes & Css Web 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>