Shades of Viking #33ADC3
Tints of Viking #33ADC3
RGB
CMYK
RGB Variations
Color information
#33ADC3 (or 0x33ADC3) is known color: Viking. HEX triplet: 33, AD and C3. RGB value is (51,173,195). Sum of RGB (Red+Green+Blue) = 51+173+195=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #33ADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADC3 is #CC523C. Grayscale: #8A8A8A. Windows color (decimal): -13390397 or 12823859. OLE color: 12823859.
HSL color Cylindrical-coordinate representation of color #33ADC3: hue angle of 189.17º 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 #33ADC3 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 173 | 195 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.24 |
| HSL | 189.17º | 0.59% | 0.48% | - |
| HSV(B) | 189.17º | 0.74% | 0.76% | - |
| XYZ | 26.16 | 34.53 | 56.92 | - |
| YUV | 139.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 195 | 0.74 | 0.11 | 0 | 0.24 | 189.17 | 0.59 | 0.48 |
| Hex | 33 | AD | C3 | 4A | B | 0 | 18 | BD | 3B | 30 |
| Octal | 63 | 255 | 303 | 112 | 13 | 0 | 30 | 275 | 73 | 60 |
| Binary | 110011 | 10101101 | 11000011 | 1001010 | 1011 | 0 | 11000 | 10111101 | 111011 | 110000 |
Color Harmonies of #33ADC3
Complementary color
Monochromatic Colors of #33ADC3
Black with #33ADC3
Text Example
Text Example
White with #33ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADC3; }
p { color: rgb(51,173,195); }
H1.HeaderClassName
{
color: #33ADC3;
}
.AnyTagClassName
{
color: #33ADC3;
}
</style>
background-color css
<style>
a { background-color: #33ADC3; }
a { background-color: rgb(51,173,195); }
div.DivClassName
{
background-color: #33ADC3;
}
.BgClassName
{
background-color: #33ADC3;
}
</style>
border-color css
<style>
span { border-color: #33ADC3; }
span { border-color: rgb(51,173,195); }
td.TdClassName
{
border-color: #33ADC3;
}
.TagClassName
{
border-color: #33ADC3;
}
</style>