Shades of Viking #3FAECC
Tints of Viking #3FAECC
RGB
CMYK
RGB Variations
Color information
#3FAECC (or 0x3FAECC) is known color: Viking. HEX triplet: 3F, AE and CC. RGB value is (63,174,204). Sum of RGB (Red+Green+Blue) = 63+174+204=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #3FAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAECC is #C05133. Grayscale: #909090. Windows color (decimal): -12603700 or 13413951. OLE color: 13413951.
HSL color Cylindrical-coordinate representation of color #3FAECC: hue angle of 192.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FAECC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 174 | 204 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.2 |
| HSL | 192.77º | 0.58% | 0.52% | - |
| HSV(B) | 192.77º | 0.69% | 0.8% | - |
| XYZ | 28.09 | 35.69 | 62.54 | - |
| YUV | 144.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 204 | 0.69 | 0.15 | 0 | 0.2 | 192.77 | 0.58 | 0.52 |
| Hex | 3F | AE | CC | 45 | F | 0 | 14 | C1 | 3A | 34 |
| Octal | 77 | 256 | 314 | 105 | 17 | 0 | 24 | 301 | 72 | 64 |
| Binary | 111111 | 10101110 | 11001100 | 1000101 | 1111 | 0 | 10100 | 11000001 | 111010 | 110100 |
Color Harmonies of #3FAECC
Complementary color
Monochromatic Colors of #3FAECC
Black with #3FAECC
Text Example
Text Example
White with #3FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAECC; }
p { color: rgb(63,174,204); }
H1.HeaderClassName
{
color: #3FAECC;
}
.AnyTagClassName
{
color: #3FAECC;
}
</style>
background-color css
<style>
a { background-color: #3FAECC; }
a { background-color: rgb(63,174,204); }
div.DivClassName
{
background-color: #3FAECC;
}
.BgClassName
{
background-color: #3FAECC;
}
</style>
border-color css
<style>
span { border-color: #3FAECC; }
span { border-color: rgb(63,174,204); }
td.TdClassName
{
border-color: #3FAECC;
}
.TagClassName
{
border-color: #3FAECC;
}
</style>