Shades of Viking #3CAFBE
Tints of Viking #3CAFBE
RGB
CMYK
RGB Variations
Color information
#3CAFBE (or 0x3CAFBE) is known color: Viking. HEX triplet: 3C, AF and BE. RGB value is (60,175,190). Sum of RGB (Red+Green+Blue) = 60+175+190=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFBE is #C35041. Grayscale: #8E8E8E. Windows color (decimal): -12800066 or 12496700. OLE color: 12496700.
HSL color Cylindrical-coordinate representation of color #3CAFBE: hue angle of 186.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CAFBE is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 175 | 190 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.25 |
| HSL | 186.92º | 0.52% | 0.49% | - |
| HSV(B) | 186.92º | 0.68% | 0.75% | - |
| XYZ | 26.49 | 35.34 | 54.14 | - |
| YUV | 142.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 190 | 0.68 | 0.08 | 0 | 0.25 | 186.92 | 0.52 | 0.49 |
| Hex | 3C | AF | BE | 44 | 8 | 0 | 19 | BB | 34 | 31 |
| Octal | 74 | 257 | 276 | 104 | 10 | 0 | 31 | 273 | 64 | 61 |
| Binary | 111100 | 10101111 | 10111110 | 1000100 | 1000 | 0 | 11001 | 10111011 | 110100 | 110001 |
Color Harmonies of #3CAFBE
Complementary color
Monochromatic Colors of #3CAFBE
Black with #3CAFBE
Text Example
Text Example
White with #3CAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFBE; }
p { color: rgb(60,175,190); }
H1.HeaderClassName
{
color: #3CAFBE;
}
.AnyTagClassName
{
color: #3CAFBE;
}
</style>
background-color css
<style>
a { background-color: #3CAFBE; }
a { background-color: rgb(60,175,190); }
div.DivClassName
{
background-color: #3CAFBE;
}
.BgClassName
{
background-color: #3CAFBE;
}
</style>
border-color css
<style>
span { border-color: #3CAFBE; }
span { border-color: rgb(60,175,190); }
td.TdClassName
{
border-color: #3CAFBE;
}
.TagClassName
{
border-color: #3CAFBE;
}
</style>