Shades of Viking #3CB9CB
Tints of Viking #3CB9CB
RGB
CMYK
RGB Variations
Color information
#3CB9CB (or 0x3CB9CB) is known color: Viking. HEX triplet: 3C, B9 and CB. RGB value is (60,185,203). Sum of RGB (Red+Green+Blue) = 60+185+203=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB9CB is #C34634. Grayscale: #959595. Windows color (decimal): -12797493 or 13351228. OLE color: 13351228.
HSL color Cylindrical-coordinate representation of color #3CB9CB: hue angle of 187.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB9CB is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 185 | 203 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.20 |
| HSL | 187.55º | 0.58% | 0.52% | - |
| HSV(B) | 187.55º | 0.7% | 0.8% | - |
| XYZ | 29.99 | 39.97 | 62.63 | - |
| YUV | 149.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 203 | 0.70 | 0.09 | 0 | 0.20 | 187.55 | 0.58 | 0.52 |
| Hex | 3C | B9 | CB | 46 | 9 | 0 | 14 | BC | 3A | 34 |
| Octal | 74 | 271 | 313 | 106 | 11 | 0 | 24 | 274 | 72 | 64 |
| Binary | 111100 | 10111001 | 11001011 | 1000110 | 1001 | 0 | 10100 | 10111100 | 111010 | 110100 |
Color Harmonies of #3CB9CB
Complementary color
Monochromatic Colors of #3CB9CB
Black with #3CB9CB
Text Example
Text Example
White with #3CB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB9CB; }
p { color: rgb(60,185,203); }
H1.HeaderClassName
{
color: #3CB9CB;
}
.AnyTagClassName
{
color: #3CB9CB;
}
</style>
background-color css
<style>
a { background-color: #3CB9CB; }
a { background-color: rgb(60,185,203); }
div.DivClassName
{
background-color: #3CB9CB;
}
.BgClassName
{
background-color: #3CB9CB;
}
</style>
border-color css
<style>
span { border-color: #3CB9CB; }
span { border-color: rgb(60,185,203); }
td.TdClassName
{
border-color: #3CB9CB;
}
.TagClassName
{
border-color: #3CB9CB;
}
</style>