Shades of Pelorous #3595AF
Tints of Pelorous #3595AF
RGB
CMYK
RGB Variations
Color information
#3595AF (or 0x3595AF) is known color: Pelorous. HEX triplet: 35, 95 and AF. RGB value is (53,149,175). Sum of RGB (Red+Green+Blue) = 53+149+175=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #3595AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3595AF is #CA6A50. Grayscale: #7B7B7B. Windows color (decimal): -13265489 or 11506997. OLE color: 11506997.
HSL color Cylindrical-coordinate representation of color #3595AF: hue angle of 192.79º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3595AF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 149 | 175 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.31 |
| HSL | 192.79º | 0.54% | 0.45% | - |
| HSV(B) | 192.79º | 0.7% | 0.69% | - |
| XYZ | 19.95 | 25.35 | 44.4 | - |
| YUV | 123.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 175 | 0.70 | 0.15 | 0 | 0.31 | 192.79 | 0.54 | 0.45 |
| Hex | 35 | 95 | AF | 46 | F | 0 | 1F | C1 | 36 | 2D |
| Octal | 65 | 225 | 257 | 106 | 17 | 0 | 37 | 301 | 66 | 55 |
| Binary | 110101 | 10010101 | 10101111 | 1000110 | 1111 | 0 | 11111 | 11000001 | 110110 | 101101 |
Color Harmonies of #3595AF
Complementary color
Monochromatic Colors of #3595AF
Black with #3595AF
Text Example
Text Example
White with #3595AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3595AF; }
p { color: rgb(53,149,175); }
H1.HeaderClassName
{
color: #3595AF;
}
.AnyTagClassName
{
color: #3595AF;
}
</style>
background-color css
<style>
a { background-color: #3595AF; }
a { background-color: rgb(53,149,175); }
div.DivClassName
{
background-color: #3595AF;
}
.BgClassName
{
background-color: #3595AF;
}
</style>
border-color css
<style>
span { border-color: #3595AF; }
span { border-color: rgb(53,149,175); }
td.TdClassName
{
border-color: #3595AF;
}
.TagClassName
{
border-color: #3595AF;
}
</style>