Shades of Viking #439FCB
Tints of Viking #439FCB
RGB
CMYK
RGB Variations
Color information
#439FCB (or 0x439FCB) is known color: Viking. HEX triplet: 43, 9F and CB. RGB value is (67,159,203). Sum of RGB (Red+Green+Blue) = 67+159+203=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #439FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439FCB is #BC6034. Grayscale: #888888. Windows color (decimal): -12345397 or 13344579. OLE color: 13344579.
HSL color Cylindrical-coordinate representation of color #439FCB: hue angle of 199.41º degrees, saturation: 0.57, 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 #439FCB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 159 | 203 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.20 |
| HSL | 199.41º | 0.57% | 0.53% | - |
| HSV(B) | 199.41º | 0.67% | 0.8% | - |
| XYZ | 25.49 | 30.3 | 61.01 | - |
| YUV | 136.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 203 | 0.67 | 0.22 | 0 | 0.20 | 199.41 | 0.57 | 0.53 |
| Hex | 43 | 9F | CB | 43 | 16 | 0 | 14 | C7 | 39 | 35 |
| Octal | 103 | 237 | 313 | 103 | 26 | 0 | 24 | 307 | 71 | 65 |
| Binary | 1000011 | 10011111 | 11001011 | 1000011 | 10110 | 0 | 10100 | 11000111 | 111001 | 110101 |
Color Harmonies of #439FCB
Complementary color
Monochromatic Colors of #439FCB
Black with #439FCB
Text Example
Text Example
White with #439FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439FCB; }
p { color: rgb(67,159,203); }
H1.HeaderClassName
{
color: #439FCB;
}
.AnyTagClassName
{
color: #439FCB;
}
</style>
background-color css
<style>
a { background-color: #439FCB; }
a { background-color: rgb(67,159,203); }
div.DivClassName
{
background-color: #439FCB;
}
.BgClassName
{
background-color: #439FCB;
}
</style>
border-color css
<style>
span { border-color: #439FCB; }
span { border-color: rgb(67,159,203); }
td.TdClassName
{
border-color: #439FCB;
}
.TagClassName
{
border-color: #439FCB;
}
</style>