Shades of Viking #3DAFBE
Tints of Viking #3DAFBE
RGB
CMYK
RGB Variations
Color information
#3DAFBE (or 0x3DAFBE) is known color: Viking. HEX triplet: 3D, AF and BE. RGB value is (61,175,190). Sum of RGB (Red+Green+Blue) = 61+175+190=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #3DAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFBE is #C25041. Grayscale: #8E8E8E. Windows color (decimal): -12734530 or 12496701. OLE color: 12496701.
HSL color Cylindrical-coordinate representation of color #3DAFBE: hue angle of 186.98º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DAFBE is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 175 | 190 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.25 |
| HSL | 186.98º | 0.51% | 0.49% | - |
| HSV(B) | 186.98º | 0.68% | 0.75% | - |
| XYZ | 26.55 | 35.37 | 54.14 | - |
| YUV | 142.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 190 | 0.68 | 0.08 | 0 | 0.25 | 186.98 | 0.51 | 0.49 |
| Hex | 3D | AF | BE | 44 | 8 | 0 | 19 | BB | 33 | 31 |
| Octal | 75 | 257 | 276 | 104 | 10 | 0 | 31 | 273 | 63 | 61 |
| Binary | 111101 | 10101111 | 10111110 | 1000100 | 1000 | 0 | 11001 | 10111011 | 110011 | 110001 |
Color Harmonies of #3DAFBE
Complementary color
Monochromatic Colors of #3DAFBE
Black with #3DAFBE
Text Example
Text Example
White with #3DAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFBE; }
p { color: rgb(61,175,190); }
H1.HeaderClassName
{
color: #3DAFBE;
}
.AnyTagClassName
{
color: #3DAFBE;
}
</style>
background-color css
<style>
a { background-color: #3DAFBE; }
a { background-color: rgb(61,175,190); }
div.DivClassName
{
background-color: #3DAFBE;
}
.BgClassName
{
background-color: #3DAFBE;
}
</style>
border-color css
<style>
span { border-color: #3DAFBE; }
span { border-color: rgb(61,175,190); }
td.TdClassName
{
border-color: #3DAFBE;
}
.TagClassName
{
border-color: #3DAFBE;
}
</style>