Shades of Viking #3DAFBC
Tints of Viking #3DAFBC
RGB
CMYK
RGB Variations
Color information
#3DAFBC (or 0x3DAFBC) is known color: Viking. HEX triplet: 3D, AF and BC. RGB value is (61,175,188). Sum of RGB (Red+Green+Blue) = 61+175+188=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #3DAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFBC is #C25043. Grayscale: #8E8E8E. Windows color (decimal): -12734532 or 12365629. OLE color: 12365629.
HSL color Cylindrical-coordinate representation of color #3DAFBC: hue angle of 186.14º degrees, saturation: 0.51, 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 #3DAFBC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 175 | 188 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.26 |
| HSL | 186.14º | 0.51% | 0.49% | - |
| HSV(B) | 186.14º | 0.68% | 0.74% | - |
| XYZ | 26.33 | 35.28 | 53 | - |
| YUV | 142.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 188 | 0.68 | 0.07 | 0 | 0.26 | 186.14 | 0.51 | 0.49 |
| Hex | 3D | AF | BC | 44 | 7 | 0 | 1A | BA | 33 | 31 |
| Octal | 75 | 257 | 274 | 104 | 7 | 0 | 32 | 272 | 63 | 61 |
| Binary | 111101 | 10101111 | 10111100 | 1000100 | 111 | 0 | 11010 | 10111010 | 110011 | 110001 |
Color Harmonies of #3DAFBC
Complementary color
Monochromatic Colors of #3DAFBC
Black with #3DAFBC
Text Example
Text Example
White with #3DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFBC; }
p { color: rgb(61,175,188); }
H1.HeaderClassName
{
color: #3DAFBC;
}
.AnyTagClassName
{
color: #3DAFBC;
}
</style>
background-color css
<style>
a { background-color: #3DAFBC; }
a { background-color: rgb(61,175,188); }
div.DivClassName
{
background-color: #3DAFBC;
}
.BgClassName
{
background-color: #3DAFBC;
}
</style>
border-color css
<style>
span { border-color: #3DAFBC; }
span { border-color: rgb(61,175,188); }
td.TdClassName
{
border-color: #3DAFBC;
}
.TagClassName
{
border-color: #3DAFBC;
}
</style>