Shades of Viking #3BB4CB
Tints of Viking #3BB4CB
RGB
CMYK
RGB Variations
Color information
#3BB4CB (or 0x3BB4CB) is known color: Viking. HEX triplet: 3B, B4 and CB. RGB value is (59,180,203). Sum of RGB (Red+Green+Blue) = 59+180+203=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BB4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB4CB is #C44B34. Grayscale: #929292. Windows color (decimal): -12864309 or 13349947. OLE color: 13349947.
HSL color Cylindrical-coordinate representation of color #3BB4CB: hue angle of 189.58º 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 #3BB4CB is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 180 | 203 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.20 |
| HSL | 189.58º | 0.58% | 0.51% | - |
| HSV(B) | 189.58º | 0.71% | 0.8% | - |
| XYZ | 28.9 | 37.88 | 62.29 | - |
| YUV | 146.44 | 159.91 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 180 | 203 | 0.71 | 0.11 | 0 | 0.20 | 189.58 | 0.58 | 0.51 |
| Hex | 3B | B4 | CB | 47 | B | 0 | 14 | BE | 3A | 33 |
| Octal | 73 | 264 | 313 | 107 | 13 | 0 | 24 | 276 | 72 | 63 |
| Binary | 111011 | 10110100 | 11001011 | 1000111 | 1011 | 0 | 10100 | 10111110 | 111010 | 110011 |
Color Harmonies of #3BB4CB
Complementary color
Monochromatic Colors of #3BB4CB
Black with #3BB4CB
Text Example
Text Example
White with #3BB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB4CB; }
p { color: rgb(59,180,203); }
H1.HeaderClassName
{
color: #3BB4CB;
}
.AnyTagClassName
{
color: #3BB4CB;
}
</style>
background-color css
<style>
a { background-color: #3BB4CB; }
a { background-color: rgb(59,180,203); }
div.DivClassName
{
background-color: #3BB4CB;
}
.BgClassName
{
background-color: #3BB4CB;
}
</style>
border-color css
<style>
span { border-color: #3BB4CB; }
span { border-color: rgb(59,180,203); }
td.TdClassName
{
border-color: #3BB4CB;
}
.TagClassName
{
border-color: #3BB4CB;
}
</style>