Shades of Viking #3FBDCA
Tints of Viking #3FBDCA
RGB
CMYK
RGB Variations
Color information
#3FBDCA (or 0x3FBDCA) is known color: Viking. HEX triplet: 3F, BD and CA. RGB value is (63,189,202). Sum of RGB (Red+Green+Blue) = 63+189+202=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FBDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDCA is #C04235. Grayscale: #989898. Windows color (decimal): -12599862 or 13286719. OLE color: 13286719.
HSL color Cylindrical-coordinate representation of color #3FBDCA: hue angle of 185.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FBDCA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 189 | 202 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.21 |
| HSL | 185.61º | 0.57% | 0.52% | - |
| HSV(B) | 185.61º | 0.69% | 0.79% | - |
| XYZ | 30.91 | 41.72 | 62.3 | - |
| YUV | 152.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 202 | 0.69 | 0.06 | 0 | 0.21 | 185.61 | 0.57 | 0.52 |
| Hex | 3F | BD | CA | 45 | 6 | 0 | 15 | BA | 39 | 34 |
| Octal | 77 | 275 | 312 | 105 | 6 | 0 | 25 | 272 | 71 | 64 |
| Binary | 111111 | 10111101 | 11001010 | 1000101 | 110 | 0 | 10101 | 10111010 | 111001 | 110100 |
Color Harmonies of #3FBDCA
Complementary color
Monochromatic Colors of #3FBDCA
Black with #3FBDCA
Text Example
Text Example
White with #3FBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDCA; }
p { color: rgb(63,189,202); }
H1.HeaderClassName
{
color: #3FBDCA;
}
.AnyTagClassName
{
color: #3FBDCA;
}
</style>
background-color css
<style>
a { background-color: #3FBDCA; }
a { background-color: rgb(63,189,202); }
div.DivClassName
{
background-color: #3FBDCA;
}
.BgClassName
{
background-color: #3FBDCA;
}
</style>
border-color css
<style>
span { border-color: #3FBDCA; }
span { border-color: rgb(63,189,202); }
td.TdClassName
{
border-color: #3FBDCA;
}
.TagClassName
{
border-color: #3FBDCA;
}
</style>