Shades of Viking #3BAFCB
Tints of Viking #3BAFCB
RGB
CMYK
RGB Variations
Color information
#3BAFCB (or 0x3BAFCB) is known color: Viking. HEX triplet: 3B, AF and CB. RGB value is (59,175,203). Sum of RGB (Red+Green+Blue) = 59+175+203=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFCB is #C45034. Grayscale: #8F8F8F. Windows color (decimal): -12865589 or 13348667. OLE color: 13348667.
HSL color Cylindrical-coordinate representation of color #3BAFCB: hue angle of 191.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAFCB is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 175 | 203 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.20 |
| HSL | 191.67º | 0.58% | 0.51% | - |
| HSV(B) | 191.67º | 0.71% | 0.8% | - |
| XYZ | 27.91 | 35.9 | 61.96 | - |
| YUV | 143.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 203 | 0.71 | 0.14 | 0 | 0.20 | 191.67 | 0.58 | 0.51 |
| Hex | 3B | AF | CB | 47 | E | 0 | 14 | C0 | 3A | 33 |
| Octal | 73 | 257 | 313 | 107 | 16 | 0 | 24 | 300 | 72 | 63 |
| Binary | 111011 | 10101111 | 11001011 | 1000111 | 1110 | 0 | 10100 | 11000000 | 111010 | 110011 |
Color Harmonies of #3BAFCB
Complementary color
Monochromatic Colors of #3BAFCB
Black with #3BAFCB
Text Example
Text Example
White with #3BAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFCB; }
p { color: rgb(59,175,203); }
H1.HeaderClassName
{
color: #3BAFCB;
}
.AnyTagClassName
{
color: #3BAFCB;
}
</style>
background-color css
<style>
a { background-color: #3BAFCB; }
a { background-color: rgb(59,175,203); }
div.DivClassName
{
background-color: #3BAFCB;
}
.BgClassName
{
background-color: #3BAFCB;
}
</style>
border-color css
<style>
span { border-color: #3BAFCB; }
span { border-color: rgb(59,175,203); }
td.TdClassName
{
border-color: #3BAFCB;
}
.TagClassName
{
border-color: #3BAFCB;
}
</style>