Shades of Viking #3FAAC3
Tints of Viking #3FAAC3
RGB
CMYK
RGB Variations
Color information
#3FAAC3 (or 0x3FAAC3) is known color: Viking. HEX triplet: 3F, AA and C3. RGB value is (63,170,195). Sum of RGB (Red+Green+Blue) = 63+170+195=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #3FAAC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAAC3 is #C0553C. Grayscale: #8C8C8C. Windows color (decimal): -12604733 or 12823103. OLE color: 12823103.
HSL color Cylindrical-coordinate representation of color #3FAAC3: hue angle of 191.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FAAC3 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 170 | 195 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.24 |
| HSL | 191.36º | 0.52% | 0.51% | - |
| HSV(B) | 191.36º | 0.68% | 0.76% | - |
| XYZ | 26.27 | 33.75 | 56.76 | - |
| YUV | 140.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 195 | 0.68 | 0.13 | 0 | 0.24 | 191.36 | 0.52 | 0.51 |
| Hex | 3F | AA | C3 | 44 | D | 0 | 18 | BF | 34 | 33 |
| Octal | 77 | 252 | 303 | 104 | 15 | 0 | 30 | 277 | 64 | 63 |
| Binary | 111111 | 10101010 | 11000011 | 1000100 | 1101 | 0 | 11000 | 10111111 | 110100 | 110011 |
Color Harmonies of #3FAAC3
Complementary color
Monochromatic Colors of #3FAAC3
Black with #3FAAC3
Text Example
Text Example
White with #3FAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAC3; }
p { color: rgb(63,170,195); }
H1.HeaderClassName
{
color: #3FAAC3;
}
.AnyTagClassName
{
color: #3FAAC3;
}
</style>
background-color css
<style>
a { background-color: #3FAAC3; }
a { background-color: rgb(63,170,195); }
div.DivClassName
{
background-color: #3FAAC3;
}
.BgClassName
{
background-color: #3FAAC3;
}
</style>
border-color css
<style>
span { border-color: #3FAAC3; }
span { border-color: rgb(63,170,195); }
td.TdClassName
{
border-color: #3FAAC3;
}
.TagClassName
{
border-color: #3FAAC3;
}
</style>