Shades of Viking #39B2CB
Tints of Viking #39B2CB
RGB
CMYK
RGB Variations
Color information
#39B2CB (or 0x39B2CB) is known color: Viking. HEX triplet: 39, B2 and CB. RGB value is (57,178,203). Sum of RGB (Red+Green+Blue) = 57+178+203=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #39B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B2CB is #C64D34. Grayscale: #909090. Windows color (decimal): -12995893 or 13349433. OLE color: 13349433.
HSL color Cylindrical-coordinate representation of color #39B2CB: hue angle of 190.27º 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 #39B2CB is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 178 | 203 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.20 |
| HSL | 190.27º | 0.58% | 0.51% | - |
| HSV(B) | 190.27º | 0.72% | 0.8% | - |
| XYZ | 28.39 | 37.02 | 62.15 | - |
| YUV | 144.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 178 | 203 | 0.72 | 0.12 | 0 | 0.20 | 190.27 | 0.58 | 0.51 |
| Hex | 39 | B2 | CB | 48 | C | 0 | 14 | BE | 3A | 33 |
| Octal | 71 | 262 | 313 | 110 | 14 | 0 | 24 | 276 | 72 | 63 |
| Binary | 111001 | 10110010 | 11001011 | 1001000 | 1100 | 0 | 10100 | 10111110 | 111010 | 110011 |
Color Harmonies of #39B2CB
Complementary color
Monochromatic Colors of #39B2CB
Black with #39B2CB
Text Example
Text Example
White with #39B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B2CB; }
p { color: rgb(57,178,203); }
H1.HeaderClassName
{
color: #39B2CB;
}
.AnyTagClassName
{
color: #39B2CB;
}
</style>
background-color css
<style>
a { background-color: #39B2CB; }
a { background-color: rgb(57,178,203); }
div.DivClassName
{
background-color: #39B2CB;
}
.BgClassName
{
background-color: #39B2CB;
}
</style>
border-color css
<style>
span { border-color: #39B2CB; }
span { border-color: rgb(57,178,203); }
td.TdClassName
{
border-color: #39B2CB;
}
.TagClassName
{
border-color: #39B2CB;
}
</style>