Shades of Viking #33BCC3
Tints of Viking #33BCC3
RGB
CMYK
RGB Variations
Color information
#33BCC3 (or 0x33BCC3) is known color: Viking. HEX triplet: 33, BC and C3. RGB value is (51,188,195). Sum of RGB (Red+Green+Blue) = 51+188+195=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #33BCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCC3 is #CC433C. Grayscale: #939393. Windows color (decimal): -13386557 or 12827699. OLE color: 12827699.
HSL color Cylindrical-coordinate representation of color #33BCC3: hue angle of 182.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33BCC3 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 188 | 195 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.24 |
| HSL | 182.92º | 0.59% | 0.48% | - |
| HSV(B) | 182.92º | 0.74% | 0.76% | - |
| XYZ | 29.2 | 40.61 | 57.93 | - |
| YUV | 147.84 | 154.61 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 195 | 0.74 | 0.04 | 0 | 0.24 | 182.92 | 0.59 | 0.48 |
| Hex | 33 | BC | C3 | 4A | 4 | 0 | 18 | B7 | 3B | 30 |
| Octal | 63 | 274 | 303 | 112 | 4 | 0 | 30 | 267 | 73 | 60 |
| Binary | 110011 | 10111100 | 11000011 | 1001010 | 100 | 0 | 11000 | 10110111 | 111011 | 110000 |
Color Harmonies of #33BCC3
Complementary color
Monochromatic Colors of #33BCC3
Black with #33BCC3
Text Example
Text Example
White with #33BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCC3; }
p { color: rgb(51,188,195); }
H1.HeaderClassName
{
color: #33BCC3;
}
.AnyTagClassName
{
color: #33BCC3;
}
</style>
background-color css
<style>
a { background-color: #33BCC3; }
a { background-color: rgb(51,188,195); }
div.DivClassName
{
background-color: #33BCC3;
}
.BgClassName
{
background-color: #33BCC3;
}
</style>
border-color css
<style>
span { border-color: #33BCC3; }
span { border-color: rgb(51,188,195); }
td.TdClassName
{
border-color: #33BCC3;
}
.TagClassName
{
border-color: #33BCC3;
}
</style>