Shades of Viking #439FCD
Tints of Viking #439FCD
RGB
CMYK
RGB Variations
Color information
#439FCD (or 0x439FCD) is known color: Viking. HEX triplet: 43, 9F and CD. RGB value is (67,159,205). Sum of RGB (Red+Green+Blue) = 67+159+205=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #439FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439FCD is #BC6032. Grayscale: #888888. Windows color (decimal): -12345395 or 13475651. OLE color: 13475651.
HSL color Cylindrical-coordinate representation of color #439FCD: hue angle of 200º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #439FCD is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 159 | 205 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.20 |
| HSL | 200º | 0.58% | 0.53% | - |
| HSV(B) | 200º | 0.67% | 0.8% | - |
| XYZ | 25.73 | 30.4 | 62.27 | - |
| YUV | 136.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 205 | 0.67 | 0.22 | 0 | 0.20 | 200 | 0.58 | 0.53 |
| Hex | 43 | 9F | CD | 43 | 16 | 0 | 14 | C8 | 3A | 35 |
| Octal | 103 | 237 | 315 | 103 | 26 | 0 | 24 | 310 | 72 | 65 |
| Binary | 1000011 | 10011111 | 11001101 | 1000011 | 10110 | 0 | 10100 | 11001000 | 111010 | 110101 |
Color Harmonies of #439FCD
Complementary color
Monochromatic Colors of #439FCD
Black with #439FCD
Text Example
Text Example
White with #439FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439FCD; }
p { color: rgb(67,159,205); }
H1.HeaderClassName
{
color: #439FCD;
}
.AnyTagClassName
{
color: #439FCD;
}
</style>
background-color css
<style>
a { background-color: #439FCD; }
a { background-color: rgb(67,159,205); }
div.DivClassName
{
background-color: #439FCD;
}
.BgClassName
{
background-color: #439FCD;
}
</style>
border-color css
<style>
span { border-color: #439FCD; }
span { border-color: rgb(67,159,205); }
td.TdClassName
{
border-color: #439FCD;
}
.TagClassName
{
border-color: #439FCD;
}
</style>