Shades of Viking #3CB7BD
Tints of Viking #3CB7BD
RGB
CMYK
RGB Variations
Color information
#3CB7BD (or 0x3CB7BD) is known color: Viking. HEX triplet: 3C, B7 and BD. RGB value is (60,183,189). Sum of RGB (Red+Green+Blue) = 60+183+189=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #3CB7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB7BD is #C34842. Grayscale: #929292. Windows color (decimal): -12798019 or 12433212. OLE color: 12433212.
HSL color Cylindrical-coordinate representation of color #3CB7BD: hue angle of 182.79º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB7BD is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 183 | 189 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.26 |
| HSL | 182.79º | 0.52% | 0.49% | - |
| HSV(B) | 182.79º | 0.68% | 0.74% | - |
| XYZ | 27.98 | 38.5 | 54.1 | - |
| YUV | 146.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 189 | 0.68 | 0.03 | 0 | 0.26 | 182.79 | 0.52 | 0.49 |
| Hex | 3C | B7 | BD | 44 | 3 | 0 | 1A | B7 | 34 | 31 |
| Octal | 74 | 267 | 275 | 104 | 3 | 0 | 32 | 267 | 64 | 61 |
| Binary | 111100 | 10110111 | 10111101 | 1000100 | 11 | 0 | 11010 | 10110111 | 110100 | 110001 |
Color Harmonies of #3CB7BD
Complementary color
Monochromatic Colors of #3CB7BD
Black with #3CB7BD
Text Example
Text Example
White with #3CB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB7BD; }
p { color: rgb(60,183,189); }
H1.HeaderClassName
{
color: #3CB7BD;
}
.AnyTagClassName
{
color: #3CB7BD;
}
</style>
background-color css
<style>
a { background-color: #3CB7BD; }
a { background-color: rgb(60,183,189); }
div.DivClassName
{
background-color: #3CB7BD;
}
.BgClassName
{
background-color: #3CB7BD;
}
</style>
border-color css
<style>
span { border-color: #3CB7BD; }
span { border-color: rgb(60,183,189); }
td.TdClassName
{
border-color: #3CB7BD;
}
.TagClassName
{
border-color: #3CB7BD;
}
</style>