Shades of Pelorous #339CBF
Tints of Pelorous #339CBF
RGB
CMYK
RGB Variations
Color information
#339CBF (or 0x339CBF) is known color: Pelorous. HEX triplet: 33, 9C and BF. RGB value is (51,156,191). Sum of RGB (Red+Green+Blue) = 51+156+191=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #339CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CBF is #CC6340. Grayscale: #808080. Windows color (decimal): -13394753 or 12557363. OLE color: 12557363.
HSL color Cylindrical-coordinate representation of color #339CBF: hue angle of 195º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339CBF is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 156 | 191 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.25 |
| HSL | 195º | 0.58% | 0.47% | - |
| HSV(B) | 195º | 0.73% | 0.75% | - |
| XYZ | 22.66 | 28.24 | 53.55 | - |
| YUV | 128.6 | 163.21 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 191 | 0.73 | 0.18 | 0 | 0.25 | 195 | 0.58 | 0.47 |
| Hex | 33 | 9C | BF | 49 | 12 | 0 | 19 | C3 | 3A | 2F |
| Octal | 63 | 234 | 277 | 111 | 22 | 0 | 31 | 303 | 72 | 57 |
| Binary | 110011 | 10011100 | 10111111 | 1001001 | 10010 | 0 | 11001 | 11000011 | 111010 | 101111 |
Color Harmonies of #339CBF
Complementary color
Monochromatic Colors of #339CBF
Black with #339CBF
Text Example
Text Example
White with #339CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339CBF; }
p { color: rgb(51,156,191); }
H1.HeaderClassName
{
color: #339CBF;
}
.AnyTagClassName
{
color: #339CBF;
}
</style>
background-color css
<style>
a { background-color: #339CBF; }
a { background-color: rgb(51,156,191); }
div.DivClassName
{
background-color: #339CBF;
}
.BgClassName
{
background-color: #339CBF;
}
</style>
border-color css
<style>
span { border-color: #339CBF; }
span { border-color: rgb(51,156,191); }
td.TdClassName
{
border-color: #339CBF;
}
.TagClassName
{
border-color: #339CBF;
}
</style>