Shades of Viking #3CAFBC
Tints of Viking #3CAFBC
RGB
CMYK
RGB Variations
Color information
#3CAFBC (or 0x3CAFBC) is known color: Viking. HEX triplet: 3C, AF and BC. RGB value is (60,175,188). Sum of RGB (Red+Green+Blue) = 60+175+188=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFBC is #C35043. Grayscale: #8D8D8D. Windows color (decimal): -12800068 or 12365628. OLE color: 12365628.
HSL color Cylindrical-coordinate representation of color #3CAFBC: hue angle of 186.09º 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 #3CAFBC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 175 | 188 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.26 |
| HSL | 186.09º | 0.52% | 0.49% | - |
| HSV(B) | 186.09º | 0.68% | 0.74% | - |
| XYZ | 26.27 | 35.25 | 53 | - |
| YUV | 142.1 | 153.9 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 188 | 0.68 | 0.07 | 0 | 0.26 | 186.09 | 0.52 | 0.49 |
| Hex | 3C | AF | BC | 44 | 7 | 0 | 1A | BA | 34 | 31 |
| Octal | 74 | 257 | 274 | 104 | 7 | 0 | 32 | 272 | 64 | 61 |
| Binary | 111100 | 10101111 | 10111100 | 1000100 | 111 | 0 | 11010 | 10111010 | 110100 | 110001 |
Color Harmonies of #3CAFBC
Complementary color
Monochromatic Colors of #3CAFBC
Black with #3CAFBC
Text Example
Text Example
White with #3CAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFBC; }
p { color: rgb(60,175,188); }
H1.HeaderClassName
{
color: #3CAFBC;
}
.AnyTagClassName
{
color: #3CAFBC;
}
</style>
background-color css
<style>
a { background-color: #3CAFBC; }
a { background-color: rgb(60,175,188); }
div.DivClassName
{
background-color: #3CAFBC;
}
.BgClassName
{
background-color: #3CAFBC;
}
</style>
border-color css
<style>
span { border-color: #3CAFBC; }
span { border-color: rgb(60,175,188); }
td.TdClassName
{
border-color: #3CAFBC;
}
.TagClassName
{
border-color: #3CAFBC;
}
</style>