Shades of Viking #3CBBC1
Tints of Viking #3CBBC1
RGB
CMYK
RGB Variations
Color information
#3CBBC1 (or 0x3CBBC1) is known color: Viking. HEX triplet: 3C, BB and C1. RGB value is (60,187,193). Sum of RGB (Red+Green+Blue) = 60+187+193=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #3CBBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBC1 is #C3443E. Grayscale: #959595. Windows color (decimal): -12796991 or 12696380. OLE color: 12696380.
HSL color Cylindrical-coordinate representation of color #3CBBC1: hue angle of 182.71º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBBC1 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 187 | 193 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.24 |
| HSL | 182.71º | 0.53% | 0.5% | - |
| HSV(B) | 182.71º | 0.69% | 0.76% | - |
| XYZ | 29.26 | 40.35 | 56.7 | - |
| YUV | 149.71 | 152.42 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 193 | 0.69 | 0.03 | 0 | 0.24 | 182.71 | 0.53 | 0.5 |
| Hex | 3C | BB | C1 | 45 | 3 | 0 | 18 | B7 | 35 | 32 |
| Octal | 74 | 273 | 301 | 105 | 3 | 0 | 30 | 267 | 65 | 62 |
| Binary | 111100 | 10111011 | 11000001 | 1000101 | 11 | 0 | 11000 | 10110111 | 110101 | 110010 |
Color Harmonies of #3CBBC1
Complementary color
Monochromatic Colors of #3CBBC1
Black with #3CBBC1
Text Example
Text Example
White with #3CBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBC1; }
p { color: rgb(60,187,193); }
H1.HeaderClassName
{
color: #3CBBC1;
}
.AnyTagClassName
{
color: #3CBBC1;
}
</style>
background-color css
<style>
a { background-color: #3CBBC1; }
a { background-color: rgb(60,187,193); }
div.DivClassName
{
background-color: #3CBBC1;
}
.BgClassName
{
background-color: #3CBBC1;
}
</style>
border-color css
<style>
span { border-color: #3CBBC1; }
span { border-color: rgb(60,187,193); }
td.TdClassName
{
border-color: #3CBBC1;
}
.TagClassName
{
border-color: #3CBBC1;
}
</style>