Shades of Pelorous #35A3A9
Tints of Pelorous #35A3A9
RGB
CMYK
RGB Variations
Color information
#35A3A9 (or 0x35A3A9) is known color: Pelorous. HEX triplet: 35, A3 and A9. RGB value is (53,163,169). Sum of RGB (Red+Green+Blue) = 53+163+169=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 169 - color contains mainly: blue. Hex color #35A3A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A3A9 is #CA5C56. Grayscale: #828282. Windows color (decimal): -13261911 or 11117365. OLE color: 11117365.
HSL color Cylindrical-coordinate representation of color #35A3A9: hue angle of 183.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A3A9 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 163 | 169 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.34 |
| HSL | 183.1º | 0.52% | 0.44% | - |
| HSV(B) | 183.1º | 0.69% | 0.66% | - |
| XYZ | 21.73 | 29.82 | 42.15 | - |
| YUV | 130.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 169 | 0.69 | 0.04 | 0 | 0.34 | 183.1 | 0.52 | 0.44 |
| Hex | 35 | A3 | A9 | 45 | 4 | 0 | 22 | B7 | 34 | 2C |
| Octal | 65 | 243 | 251 | 105 | 4 | 0 | 42 | 267 | 64 | 54 |
| Binary | 110101 | 10100011 | 10101001 | 1000101 | 100 | 0 | 100010 | 10110111 | 110100 | 101100 |
Color Harmonies of #35A3A9
Complementary color
Monochromatic Colors of #35A3A9
Black with #35A3A9
Text Example
Text Example
White with #35A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A3A9; }
p { color: rgb(53,163,169); }
H1.HeaderClassName
{
color: #35A3A9;
}
.AnyTagClassName
{
color: #35A3A9;
}
</style>
background-color css
<style>
a { background-color: #35A3A9; }
a { background-color: rgb(53,163,169); }
div.DivClassName
{
background-color: #35A3A9;
}
.BgClassName
{
background-color: #35A3A9;
}
</style>
border-color css
<style>
span { border-color: #35A3A9; }
span { border-color: rgb(53,163,169); }
td.TdClassName
{
border-color: #35A3A9;
}
.TagClassName
{
border-color: #35A3A9;
}
</style>