Shades of Pelorous #35A1BE
Tints of Pelorous #35A1BE
RGB
CMYK
RGB Variations
Color information
#35A1BE (or 0x35A1BE) is known color: Pelorous. HEX triplet: 35, A1 and BE. RGB value is (53,161,190). Sum of RGB (Red+Green+Blue) = 53+161+190=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #35A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A1BE is #CA5E41. Grayscale: #838383. Windows color (decimal): -13262402 or 12493109. OLE color: 12493109.
HSL color Cylindrical-coordinate representation of color #35A1BE: hue angle of 192.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A1BE is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 161 | 190 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.25 |
| HSL | 192.7º | 0.56% | 0.48% | - |
| HSV(B) | 192.7º | 0.72% | 0.75% | - |
| XYZ | 23.51 | 29.96 | 53.26 | - |
| YUV | 132.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 190 | 0.72 | 0.15 | 0 | 0.25 | 192.7 | 0.56 | 0.48 |
| Hex | 35 | A1 | BE | 48 | F | 0 | 19 | C1 | 38 | 30 |
| Octal | 65 | 241 | 276 | 110 | 17 | 0 | 31 | 301 | 70 | 60 |
| Binary | 110101 | 10100001 | 10111110 | 1001000 | 1111 | 0 | 11001 | 11000001 | 111000 | 110000 |
Color Harmonies of #35A1BE
Complementary color
Monochromatic Colors of #35A1BE
Black with #35A1BE
Text Example
Text Example
White with #35A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A1BE; }
p { color: rgb(53,161,190); }
H1.HeaderClassName
{
color: #35A1BE;
}
.AnyTagClassName
{
color: #35A1BE;
}
</style>
background-color css
<style>
a { background-color: #35A1BE; }
a { background-color: rgb(53,161,190); }
div.DivClassName
{
background-color: #35A1BE;
}
.BgClassName
{
background-color: #35A1BE;
}
</style>
border-color css
<style>
span { border-color: #35A1BE; }
span { border-color: rgb(53,161,190); }
td.TdClassName
{
border-color: #35A1BE;
}
.TagClassName
{
border-color: #35A1BE;
}
</style>