Shades of Pelorous #3295AF
Tints of Pelorous #3295AF
RGB
CMYK
RGB Variations
Color information
#3295AF (or 0x3295AF) is known color: Pelorous. HEX triplet: 32, 95 and AF. RGB value is (50,149,175). Sum of RGB (Red+Green+Blue) = 50+149+175=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #3295AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3295AF is #CD6A50. Grayscale: #7A7A7A. Windows color (decimal): -13462097 or 11506994. OLE color: 11506994.
HSL color Cylindrical-coordinate representation of color #3295AF: hue angle of 192.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3295AF is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 149 | 175 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.31 |
| HSL | 192.48º | 0.56% | 0.44% | - |
| HSV(B) | 192.48º | 0.71% | 0.69% | - |
| XYZ | 19.8 | 25.27 | 44.39 | - |
| YUV | 122.36 | 157.7 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 175 | 0.71 | 0.15 | 0 | 0.31 | 192.48 | 0.56 | 0.44 |
| Hex | 32 | 95 | AF | 47 | F | 0 | 1F | C0 | 38 | 2C |
| Octal | 62 | 225 | 257 | 107 | 17 | 0 | 37 | 300 | 70 | 54 |
| Binary | 110010 | 10010101 | 10101111 | 1000111 | 1111 | 0 | 11111 | 11000000 | 111000 | 101100 |
Color Harmonies of #3295AF
Complementary color
Monochromatic Colors of #3295AF
Black with #3295AF
Text Example
Text Example
White with #3295AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295AF; }
p { color: rgb(50,149,175); }
H1.HeaderClassName
{
color: #3295AF;
}
.AnyTagClassName
{
color: #3295AF;
}
</style>
background-color css
<style>
a { background-color: #3295AF; }
a { background-color: rgb(50,149,175); }
div.DivClassName
{
background-color: #3295AF;
}
.BgClassName
{
background-color: #3295AF;
}
</style>
border-color css
<style>
span { border-color: #3295AF; }
span { border-color: rgb(50,149,175); }
td.TdClassName
{
border-color: #3295AF;
}
.TagClassName
{
border-color: #3295AF;
}
</style>