Shades of Viking #3BBBCF
Tints of Viking #3BBBCF
RGB
CMYK
RGB Variations
Color information
#3BBBCF (or 0x3BBBCF) is known color: Viking. HEX triplet: 3B, BB and CF. RGB value is (59,187,207). Sum of RGB (Red+Green+Blue) = 59+187+207=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBCF is #C44430. Grayscale: #969696. Windows color (decimal): -12862513 or 13613883. OLE color: 13613883.
HSL color Cylindrical-coordinate representation of color #3BBBCF: hue angle of 188.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBBCF is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 187 | 207 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.19 |
| HSL | 188.11º | 0.61% | 0.52% | - |
| HSV(B) | 188.11º | 0.71% | 0.81% | - |
| XYZ | 30.84 | 40.98 | 65.32 | - |
| YUV | 151.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 207 | 0.71 | 0.10 | 0 | 0.19 | 188.11 | 0.61 | 0.52 |
| Hex | 3B | BB | CF | 47 | A | 0 | 13 | BC | 3D | 34 |
| Octal | 73 | 273 | 317 | 107 | 12 | 0 | 23 | 274 | 75 | 64 |
| Binary | 111011 | 10111011 | 11001111 | 1000111 | 1010 | 0 | 10011 | 10111100 | 111101 | 110100 |
Color Harmonies of #3BBBCF
Complementary color
Monochromatic Colors of #3BBBCF
Black with #3BBBCF
Text Example
Text Example
White with #3BBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBCF; }
p { color: rgb(59,187,207); }
H1.HeaderClassName
{
color: #3BBBCF;
}
.AnyTagClassName
{
color: #3BBBCF;
}
</style>
background-color css
<style>
a { background-color: #3BBBCF; }
a { background-color: rgb(59,187,207); }
div.DivClassName
{
background-color: #3BBBCF;
}
.BgClassName
{
background-color: #3BBBCF;
}
</style>
border-color css
<style>
span { border-color: #3BBBCF; }
span { border-color: rgb(59,187,207); }
td.TdClassName
{
border-color: #3BBBCF;
}
.TagClassName
{
border-color: #3BBBCF;
}
</style>