Shades of Viking #3BAFC8
Tints of Viking #3BAFC8
RGB
CMYK
RGB Variations
Color information
#3BAFC8 (or 0x3BAFC8) is known color: Viking. HEX triplet: 3B, AF and C8. RGB value is (59,175,200). Sum of RGB (Red+Green+Blue) = 59+175+200=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #3BAFC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFC8 is #C45037. Grayscale: #8E8E8E. Windows color (decimal): -12865592 or 13152059. OLE color: 13152059.
HSL color Cylindrical-coordinate representation of color #3BAFC8: hue angle of 190.64º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAFC8 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 175 | 200 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.22 |
| HSL | 190.64º | 0.56% | 0.51% | - |
| HSV(B) | 190.64º | 0.71% | 0.78% | - |
| XYZ | 27.56 | 35.76 | 60.09 | - |
| YUV | 143.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 200 | 0.70 | 0.12 | 0 | 0.22 | 190.64 | 0.56 | 0.51 |
| Hex | 3B | AF | C8 | 46 | C | 0 | 16 | BF | 38 | 33 |
| Octal | 73 | 257 | 310 | 106 | 14 | 0 | 26 | 277 | 70 | 63 |
| Binary | 111011 | 10101111 | 11001000 | 1000110 | 1100 | 0 | 10110 | 10111111 | 111000 | 110011 |
Color Harmonies of #3BAFC8
Complementary color
Monochromatic Colors of #3BAFC8
Black with #3BAFC8
Text Example
Text Example
White with #3BAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFC8; }
p { color: rgb(59,175,200); }
H1.HeaderClassName
{
color: #3BAFC8;
}
.AnyTagClassName
{
color: #3BAFC8;
}
</style>
background-color css
<style>
a { background-color: #3BAFC8; }
a { background-color: rgb(59,175,200); }
div.DivClassName
{
background-color: #3BAFC8;
}
.BgClassName
{
background-color: #3BAFC8;
}
</style>
border-color css
<style>
span { border-color: #3BAFC8; }
span { border-color: rgb(59,175,200); }
td.TdClassName
{
border-color: #3BAFC8;
}
.TagClassName
{
border-color: #3BAFC8;
}
</style>