Shades of Pelorous #3299BD
Tints of Pelorous #3299BD
RGB
CMYK
RGB Variations
Color information
#3299BD (or 0x3299BD) is known color: Pelorous. HEX triplet: 32, 99 and BD. RGB value is (50,153,189). Sum of RGB (Red+Green+Blue) = 50+153+189=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #3299BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299BD is #CD6642. Grayscale: #7E7E7E. Windows color (decimal): -13461059 or 12425522. OLE color: 12425522.
HSL color Cylindrical-coordinate representation of color #3299BD: hue angle of 195.54º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3299BD is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 153 | 189 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.26 |
| HSL | 195.54º | 0.58% | 0.47% | - |
| HSV(B) | 195.54º | 0.74% | 0.74% | - |
| XYZ | 21.89 | 27.13 | 52.23 | - |
| YUV | 126.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 189 | 0.74 | 0.19 | 0 | 0.26 | 195.54 | 0.58 | 0.47 |
| Hex | 32 | 99 | BD | 4A | 13 | 0 | 1A | C4 | 3A | 2F |
| Octal | 62 | 231 | 275 | 112 | 23 | 0 | 32 | 304 | 72 | 57 |
| Binary | 110010 | 10011001 | 10111101 | 1001010 | 10011 | 0 | 11010 | 11000100 | 111010 | 101111 |
Color Harmonies of #3299BD
Complementary color
Monochromatic Colors of #3299BD
Black with #3299BD
Text Example
Text Example
White with #3299BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3299BD; }
p { color: rgb(50,153,189); }
H1.HeaderClassName
{
color: #3299BD;
}
.AnyTagClassName
{
color: #3299BD;
}
</style>
background-color css
<style>
a { background-color: #3299BD; }
a { background-color: rgb(50,153,189); }
div.DivClassName
{
background-color: #3299BD;
}
.BgClassName
{
background-color: #3299BD;
}
</style>
border-color css
<style>
span { border-color: #3299BD; }
span { border-color: rgb(50,153,189); }
td.TdClassName
{
border-color: #3299BD;
}
.TagClassName
{
border-color: #3299BD;
}
</style>