Shades of Viking #39B0CB
Tints of Viking #39B0CB
RGB
CMYK
RGB Variations
Color information
#39B0CB (or 0x39B0CB) is known color: Viking. HEX triplet: 39, B0 and CB. RGB value is (57,176,203). Sum of RGB (Red+Green+Blue) = 57+176+203=436 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.07% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #39B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B0CB is #C64F34. Grayscale: #8F8F8F. Windows color (decimal): -12996405 or 13348921. OLE color: 13348921.
HSL color Cylindrical-coordinate representation of color #39B0CB: hue angle of 191.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B0CB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 176 | 203 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.20 |
| HSL | 191.1º | 0.58% | 0.51% | - |
| HSV(B) | 191.1º | 0.72% | 0.8% | - |
| XYZ | 27.99 | 36.23 | 62.02 | - |
| YUV | 143.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 176 | 203 | 0.72 | 0.13 | 0 | 0.20 | 191.1 | 0.58 | 0.51 |
| Hex | 39 | B0 | CB | 48 | D | 0 | 14 | BF | 3A | 33 |
| Octal | 71 | 260 | 313 | 110 | 15 | 0 | 24 | 277 | 72 | 63 |
| Binary | 111001 | 10110000 | 11001011 | 1001000 | 1101 | 0 | 10100 | 10111111 | 111010 | 110011 |
Color Harmonies of #39B0CB
Complementary color
Monochromatic Colors of #39B0CB
Black with #39B0CB
Text Example
Text Example
White with #39B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B0CB; }
p { color: rgb(57,176,203); }
H1.HeaderClassName
{
color: #39B0CB;
}
.AnyTagClassName
{
color: #39B0CB;
}
</style>
background-color css
<style>
a { background-color: #39B0CB; }
a { background-color: rgb(57,176,203); }
div.DivClassName
{
background-color: #39B0CB;
}
.BgClassName
{
background-color: #39B0CB;
}
</style>
border-color css
<style>
span { border-color: #39B0CB; }
span { border-color: rgb(57,176,203); }
td.TdClassName
{
border-color: #39B0CB;
}
.TagClassName
{
border-color: #39B0CB;
}
</style>