Shades of Viking #3F9CCA
Tints of Viking #3F9CCA
RGB
CMYK
RGB Variations
Color information
#3F9CCA (or 0x3F9CCA) is known color: Viking. HEX triplet: 3F, 9C and CA. RGB value is (63,156,202). Sum of RGB (Red+Green+Blue) = 63+156+202=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F9CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CCA is #C06335. Grayscale: #858585. Windows color (decimal): -12608310 or 13278271. OLE color: 13278271.
HSL color Cylindrical-coordinate representation of color #3F9CCA: hue angle of 199.86º 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 #3F9CCA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 156 | 202 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.21 |
| HSL | 199.86º | 0.57% | 0.52% | - |
| HSV(B) | 199.86º | 0.69% | 0.79% | - |
| XYZ | 24.6 | 29.1 | 60.2 | - |
| YUV | 133.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 202 | 0.69 | 0.23 | 0 | 0.21 | 199.86 | 0.57 | 0.52 |
| Hex | 3F | 9C | CA | 45 | 17 | 0 | 15 | C8 | 39 | 34 |
| Octal | 77 | 234 | 312 | 105 | 27 | 0 | 25 | 310 | 71 | 64 |
| Binary | 111111 | 10011100 | 11001010 | 1000101 | 10111 | 0 | 10101 | 11001000 | 111001 | 110100 |
Color Harmonies of #3F9CCA
Complementary color
Monochromatic Colors of #3F9CCA
Black with #3F9CCA
Text Example
Text Example
White with #3F9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9CCA; }
p { color: rgb(63,156,202); }
H1.HeaderClassName
{
color: #3F9CCA;
}
.AnyTagClassName
{
color: #3F9CCA;
}
</style>
background-color css
<style>
a { background-color: #3F9CCA; }
a { background-color: rgb(63,156,202); }
div.DivClassName
{
background-color: #3F9CCA;
}
.BgClassName
{
background-color: #3F9CCA;
}
</style>
border-color css
<style>
span { border-color: #3F9CCA; }
span { border-color: rgb(63,156,202); }
td.TdClassName
{
border-color: #3F9CCA;
}
.TagClassName
{
border-color: #3F9CCA;
}
</style>