Shades of Viking #3CBBCB
Tints of Viking #3CBBCB
RGB
CMYK
RGB Variations
Color information
#3CBBCB (or 0x3CBBCB) is known color: Viking. HEX triplet: 3C, BB and CB. RGB value is (60,187,203). Sum of RGB (Red+Green+Blue) = 60+187+203=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CBBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBCB is #C34434. Grayscale: #969696. Windows color (decimal): -12796981 or 13351740. OLE color: 13351740.
HSL color Cylindrical-coordinate representation of color #3CBBCB: hue angle of 186.71º 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 #3CBBCB is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 187 | 203 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.20 |
| HSL | 186.71º | 0.58% | 0.52% | - |
| HSV(B) | 186.71º | 0.7% | 0.8% | - |
| XYZ | 30.41 | 40.81 | 62.77 | - |
| YUV | 150.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 203 | 0.70 | 0.08 | 0 | 0.20 | 186.71 | 0.58 | 0.52 |
| Hex | 3C | BB | CB | 46 | 8 | 0 | 14 | BB | 3A | 34 |
| Octal | 74 | 273 | 313 | 106 | 10 | 0 | 24 | 273 | 72 | 64 |
| Binary | 111100 | 10111011 | 11001011 | 1000110 | 1000 | 0 | 10100 | 10111011 | 111010 | 110100 |
Color Harmonies of #3CBBCB
Complementary color
Monochromatic Colors of #3CBBCB
Black with #3CBBCB
Text Example
Text Example
White with #3CBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBCB; }
p { color: rgb(60,187,203); }
H1.HeaderClassName
{
color: #3CBBCB;
}
.AnyTagClassName
{
color: #3CBBCB;
}
</style>
background-color css
<style>
a { background-color: #3CBBCB; }
a { background-color: rgb(60,187,203); }
div.DivClassName
{
background-color: #3CBBCB;
}
.BgClassName
{
background-color: #3CBBCB;
}
</style>
border-color css
<style>
span { border-color: #3CBBCB; }
span { border-color: rgb(60,187,203); }
td.TdClassName
{
border-color: #3CBBCB;
}
.TagClassName
{
border-color: #3CBBCB;
}
</style>