Shades of Pelorous #3299AF
Tints of Pelorous #3299AF
RGB
CMYK
RGB Variations
Color information
#3299AF (or 0x3299AF) is known color: Pelorous. HEX triplet: 32, 99 and AF. RGB value is (50,153,175). Sum of RGB (Red+Green+Blue) = 50+153+175=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #3299AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3299AF is #CD6650. Grayscale: #7C7C7C. Windows color (decimal): -13461073 or 11508018. OLE color: 11508018.
HSL color Cylindrical-coordinate representation of color #3299AF: hue angle of 190.56º 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 #3299AF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 153 | 175 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.31 |
| HSL | 190.56º | 0.56% | 0.44% | - |
| HSV(B) | 190.56º | 0.71% | 0.69% | - |
| XYZ | 20.44 | 26.56 | 44.61 | - |
| YUV | 124.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 175 | 0.71 | 0.13 | 0 | 0.31 | 190.56 | 0.56 | 0.44 |
| Hex | 32 | 99 | AF | 47 | D | 0 | 1F | BF | 38 | 2C |
| Octal | 62 | 231 | 257 | 107 | 15 | 0 | 37 | 277 | 70 | 54 |
| Binary | 110010 | 10011001 | 10101111 | 1000111 | 1101 | 0 | 11111 | 10111111 | 111000 | 101100 |
Color Harmonies of #3299AF
Complementary color
Monochromatic Colors of #3299AF
Black with #3299AF
Text Example
Text Example
White with #3299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3299AF; }
p { color: rgb(50,153,175); }
H1.HeaderClassName
{
color: #3299AF;
}
.AnyTagClassName
{
color: #3299AF;
}
</style>
background-color css
<style>
a { background-color: #3299AF; }
a { background-color: rgb(50,153,175); }
div.DivClassName
{
background-color: #3299AF;
}
.BgClassName
{
background-color: #3299AF;
}
</style>
border-color css
<style>
span { border-color: #3299AF; }
span { border-color: rgb(50,153,175); }
td.TdClassName
{
border-color: #3299AF;
}
.TagClassName
{
border-color: #3299AF;
}
</style>