Shades of Viking #3CAEBD
Tints of Viking #3CAEBD
RGB
CMYK
RGB Variations
Color information
#3CAEBD (or 0x3CAEBD) is known color: Viking. HEX triplet: 3C, AE and BD. RGB value is (60,174,189). Sum of RGB (Red+Green+Blue) = 60+174+189=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #3CAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAEBD is #C35142. Grayscale: #8D8D8D. Windows color (decimal): -12800323 or 12430908. OLE color: 12430908.
HSL color Cylindrical-coordinate representation of color #3CAEBD: hue angle of 186.98º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CAEBD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 174 | 189 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.26 |
| HSL | 186.98º | 0.52% | 0.49% | - |
| HSV(B) | 186.98º | 0.68% | 0.74% | - |
| XYZ | 26.18 | 34.91 | 53.5 | - |
| YUV | 141.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 189 | 0.68 | 0.08 | 0 | 0.26 | 186.98 | 0.52 | 0.49 |
| Hex | 3C | AE | BD | 44 | 8 | 0 | 1A | BB | 34 | 31 |
| Octal | 74 | 256 | 275 | 104 | 10 | 0 | 32 | 273 | 64 | 61 |
| Binary | 111100 | 10101110 | 10111101 | 1000100 | 1000 | 0 | 11010 | 10111011 | 110100 | 110001 |
Color Harmonies of #3CAEBD
Complementary color
Monochromatic Colors of #3CAEBD
Black with #3CAEBD
Text Example
Text Example
White with #3CAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAEBD; }
p { color: rgb(60,174,189); }
H1.HeaderClassName
{
color: #3CAEBD;
}
.AnyTagClassName
{
color: #3CAEBD;
}
</style>
background-color css
<style>
a { background-color: #3CAEBD; }
a { background-color: rgb(60,174,189); }
div.DivClassName
{
background-color: #3CAEBD;
}
.BgClassName
{
background-color: #3CAEBD;
}
</style>
border-color css
<style>
span { border-color: #3CAEBD; }
span { border-color: rgb(60,174,189); }
td.TdClassName
{
border-color: #3CAEBD;
}
.TagClassName
{
border-color: #3CAEBD;
}
</style>