Shades of Pelorous #3297BB
Tints of Pelorous #3297BB
RGB
CMYK
RGB Variations
Color information
#3297BB (or 0x3297BB) is known color: Pelorous. HEX triplet: 32, 97 and BB. RGB value is (50,151,187). Sum of RGB (Red+Green+Blue) = 50+151+187=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #3297BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3297BB is #CD6844. Grayscale: #7C7C7C. Windows color (decimal): -13461573 or 12293938. OLE color: 12293938.
HSL color Cylindrical-coordinate representation of color #3297BB: hue angle of 195.77º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3297BB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 151 | 187 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.27 |
| HSL | 195.77º | 0.58% | 0.46% | - |
| HSV(B) | 195.77º | 0.73% | 0.73% | - |
| XYZ | 21.35 | 26.4 | 50.98 | - |
| YUV | 124.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 187 | 0.73 | 0.19 | 0 | 0.27 | 195.77 | 0.58 | 0.46 |
| Hex | 32 | 97 | BB | 49 | 13 | 0 | 1B | C4 | 3A | 2E |
| Octal | 62 | 227 | 273 | 111 | 23 | 0 | 33 | 304 | 72 | 56 |
| Binary | 110010 | 10010111 | 10111011 | 1001001 | 10011 | 0 | 11011 | 11000100 | 111010 | 101110 |
Color Harmonies of #3297BB
Complementary color
Monochromatic Colors of #3297BB
Black with #3297BB
Text Example
Text Example
White with #3297BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3297BB; }
p { color: rgb(50,151,187); }
H1.HeaderClassName
{
color: #3297BB;
}
.AnyTagClassName
{
color: #3297BB;
}
</style>
background-color css
<style>
a { background-color: #3297BB; }
a { background-color: rgb(50,151,187); }
div.DivClassName
{
background-color: #3297BB;
}
.BgClassName
{
background-color: #3297BB;
}
</style>
border-color css
<style>
span { border-color: #3297BB; }
span { border-color: rgb(50,151,187); }
td.TdClassName
{
border-color: #3297BB;
}
.TagClassName
{
border-color: #3297BB;
}
</style>