Shades of Viking #3CBFCC
Tints of Viking #3CBFCC
RGB
CMYK
RGB Variations
Color information
#3CBFCC (or 0x3CBFCC) is known color: Viking. HEX triplet: 3C, BF and CC. RGB value is (60,191,204). Sum of RGB (Red+Green+Blue) = 60+191+204=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFCC is #C34033. Grayscale: #999999. Windows color (decimal): -12795956 or 13418300. OLE color: 13418300.
HSL color Cylindrical-coordinate representation of color #3CBFCC: hue angle of 185.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CBFCC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 191 | 204 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.2 |
| HSL | 185.42º | 0.59% | 0.52% | - |
| HSV(B) | 185.42º | 0.71% | 0.8% | - |
| XYZ | 31.39 | 42.58 | 63.69 | - |
| YUV | 153.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 204 | 0.71 | 0.06 | 0 | 0.2 | 185.42 | 0.59 | 0.52 |
| Hex | 3C | BF | CC | 47 | 6 | 0 | 14 | B9 | 3B | 34 |
| Octal | 74 | 277 | 314 | 107 | 6 | 0 | 24 | 271 | 73 | 64 |
| Binary | 111100 | 10111111 | 11001100 | 1000111 | 110 | 0 | 10100 | 10111001 | 111011 | 110100 |
Color Harmonies of #3CBFCC
Complementary color
Monochromatic Colors of #3CBFCC
Black with #3CBFCC
Text Example
Text Example
White with #3CBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFCC; }
p { color: rgb(60,191,204); }
H1.HeaderClassName
{
color: #3CBFCC;
}
.AnyTagClassName
{
color: #3CBFCC;
}
</style>
background-color css
<style>
a { background-color: #3CBFCC; }
a { background-color: rgb(60,191,204); }
div.DivClassName
{
background-color: #3CBFCC;
}
.BgClassName
{
background-color: #3CBFCC;
}
</style>
border-color css
<style>
span { border-color: #3CBFCC; }
span { border-color: rgb(60,191,204); }
td.TdClassName
{
border-color: #3CBFCC;
}
.TagClassName
{
border-color: #3CBFCC;
}
</style>