Shades of Viking #3CAFB6
Tints of Viking #3CAFB6
RGB
CMYK
RGB Variations
Color information
#3CAFB6 (or 0x3CAFB6) is known color: Viking. HEX triplet: 3C, AF and B6. RGB value is (60,175,182). Sum of RGB (Red+Green+Blue) = 60+175+182=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #3CAFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFB6 is #C35049. Grayscale: #8D8D8D. Windows color (decimal): -12800074 or 11972412. OLE color: 11972412.
HSL color Cylindrical-coordinate representation of color #3CAFB6: hue angle of 183.44º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CAFB6 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 175 | 182 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.29 |
| HSL | 183.44º | 0.5% | 0.47% | - |
| HSV(B) | 183.44º | 0.67% | 0.71% | - |
| XYZ | 25.64 | 35 | 49.66 | - |
| YUV | 141.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 182 | 0.67 | 0.04 | 0 | 0.29 | 183.44 | 0.5 | 0.47 |
| Hex | 3C | AF | B6 | 43 | 4 | 0 | 1D | B7 | 32 | 2F |
| Octal | 74 | 257 | 266 | 103 | 4 | 0 | 35 | 267 | 62 | 57 |
| Binary | 111100 | 10101111 | 10110110 | 1000011 | 100 | 0 | 11101 | 10110111 | 110010 | 101111 |
Color Harmonies of #3CAFB6
Complementary color
Monochromatic Colors of #3CAFB6
Black with #3CAFB6
Text Example
Text Example
White with #3CAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFB6; }
p { color: rgb(60,175,182); }
H1.HeaderClassName
{
color: #3CAFB6;
}
.AnyTagClassName
{
color: #3CAFB6;
}
</style>
background-color css
<style>
a { background-color: #3CAFB6; }
a { background-color: rgb(60,175,182); }
div.DivClassName
{
background-color: #3CAFB6;
}
.BgClassName
{
background-color: #3CAFB6;
}
</style>
border-color css
<style>
span { border-color: #3CAFB6; }
span { border-color: rgb(60,175,182); }
td.TdClassName
{
border-color: #3CAFB6;
}
.TagClassName
{
border-color: #3CAFB6;
}
</style>