Shades of Pelorous #329BBF
Tints of Pelorous #329BBF
RGB
CMYK
RGB Variations
Color information
#329BBF (or 0x329BBF) is known color: Pelorous. HEX triplet: 32, 9B and BF. RGB value is (50,155,191). Sum of RGB (Red+Green+Blue) = 50+155+191=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #329BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BBF is #CD6440. Grayscale: #7F7F7F. Windows color (decimal): -13460545 or 12557106. OLE color: 12557106.
HSL color Cylindrical-coordinate representation of color #329BBF: hue angle of 195.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329BBF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 155 | 191 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.25 |
| HSL | 195.32º | 0.59% | 0.47% | - |
| HSV(B) | 195.32º | 0.74% | 0.75% | - |
| XYZ | 22.44 | 27.88 | 53.49 | - |
| YUV | 127.71 | 163.71 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 191 | 0.74 | 0.19 | 0 | 0.25 | 195.32 | 0.59 | 0.47 |
| Hex | 32 | 9B | BF | 4A | 13 | 0 | 19 | C3 | 3B | 2F |
| Octal | 62 | 233 | 277 | 112 | 23 | 0 | 31 | 303 | 73 | 57 |
| Binary | 110010 | 10011011 | 10111111 | 1001010 | 10011 | 0 | 11001 | 11000011 | 111011 | 101111 |
Color Harmonies of #329BBF
Complementary color
Monochromatic Colors of #329BBF
Black with #329BBF
Text Example
Text Example
White with #329BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BBF; }
p { color: rgb(50,155,191); }
H1.HeaderClassName
{
color: #329BBF;
}
.AnyTagClassName
{
color: #329BBF;
}
</style>
background-color css
<style>
a { background-color: #329BBF; }
a { background-color: rgb(50,155,191); }
div.DivClassName
{
background-color: #329BBF;
}
.BgClassName
{
background-color: #329BBF;
}
</style>
border-color css
<style>
span { border-color: #329BBF; }
span { border-color: rgb(50,155,191); }
td.TdClassName
{
border-color: #329BBF;
}
.TagClassName
{
border-color: #329BBF;
}
</style>