Shades of Viking #3BB8CC
Tints of Viking #3BB8CC
RGB
CMYK
RGB Variations
Color information
#3BB8CC (or 0x3BB8CC) is known color: Viking. HEX triplet: 3B, B8 and CC. RGB value is (59,184,204). Sum of RGB (Red+Green+Blue) = 59+184+204=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BB8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8CC is #C44733. Grayscale: #949494. Windows color (decimal): -12863284 or 13416507. OLE color: 13416507.
HSL color Cylindrical-coordinate representation of color #3BB8CC: hue angle of 188.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BB8CC is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 184 | 204 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.2 |
| HSL | 188.28º | 0.59% | 0.52% | - |
| HSV(B) | 188.28º | 0.71% | 0.8% | - |
| XYZ | 29.84 | 39.57 | 63.19 | - |
| YUV | 148.91 | 159.09 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 204 | 0.71 | 0.10 | 0 | 0.2 | 188.28 | 0.59 | 0.52 |
| Hex | 3B | B8 | CC | 47 | A | 0 | 14 | BC | 3B | 34 |
| Octal | 73 | 270 | 314 | 107 | 12 | 0 | 24 | 274 | 73 | 64 |
| Binary | 111011 | 10111000 | 11001100 | 1000111 | 1010 | 0 | 10100 | 10111100 | 111011 | 110100 |
Color Harmonies of #3BB8CC
Complementary color
Monochromatic Colors of #3BB8CC
Black with #3BB8CC
Text Example
Text Example
White with #3BB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8CC; }
p { color: rgb(59,184,204); }
H1.HeaderClassName
{
color: #3BB8CC;
}
.AnyTagClassName
{
color: #3BB8CC;
}
</style>
background-color css
<style>
a { background-color: #3BB8CC; }
a { background-color: rgb(59,184,204); }
div.DivClassName
{
background-color: #3BB8CC;
}
.BgClassName
{
background-color: #3BB8CC;
}
</style>
border-color css
<style>
span { border-color: #3BB8CC; }
span { border-color: rgb(59,184,204); }
td.TdClassName
{
border-color: #3BB8CC;
}
.TagClassName
{
border-color: #3BB8CC;
}
</style>