Shades of Viking #3BAFC1
Tints of Viking #3BAFC1
RGB
CMYK
RGB Variations
Color information
#3BAFC1 (or 0x3BAFC1) is known color: Viking. HEX triplet: 3B, AF and C1. RGB value is (59,175,193). Sum of RGB (Red+Green+Blue) = 59+175+193=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #3BAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFC1 is #C4503E. Grayscale: #8E8E8E. Windows color (decimal): -12865599 or 12693307. OLE color: 12693307.
HSL color Cylindrical-coordinate representation of color #3BAFC1: hue angle of 188.06º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BAFC1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 175 | 193 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.24 |
| HSL | 188.06º | 0.53% | 0.49% | - |
| HSV(B) | 188.06º | 0.69% | 0.76% | - |
| XYZ | 26.76 | 35.44 | 55.88 | - |
| YUV | 142.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 193 | 0.69 | 0.09 | 0 | 0.24 | 188.06 | 0.53 | 0.49 |
| Hex | 3B | AF | C1 | 45 | 9 | 0 | 18 | BC | 35 | 31 |
| Octal | 73 | 257 | 301 | 105 | 11 | 0 | 30 | 274 | 65 | 61 |
| Binary | 111011 | 10101111 | 11000001 | 1000101 | 1001 | 0 | 11000 | 10111100 | 110101 | 110001 |
Color Harmonies of #3BAFC1
Complementary color
Monochromatic Colors of #3BAFC1
Black with #3BAFC1
Text Example
Text Example
White with #3BAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFC1; }
p { color: rgb(59,175,193); }
H1.HeaderClassName
{
color: #3BAFC1;
}
.AnyTagClassName
{
color: #3BAFC1;
}
</style>
background-color css
<style>
a { background-color: #3BAFC1; }
a { background-color: rgb(59,175,193); }
div.DivClassName
{
background-color: #3BAFC1;
}
.BgClassName
{
background-color: #3BAFC1;
}
</style>
border-color css
<style>
span { border-color: #3BAFC1; }
span { border-color: rgb(59,175,193); }
td.TdClassName
{
border-color: #3BAFC1;
}
.TagClassName
{
border-color: #3BAFC1;
}
</style>