Shades of Viking #3DA8CC
Tints of Viking #3DA8CC
RGB
CMYK
RGB Variations
Color information
#3DA8CC (or 0x3DA8CC) is known color: Viking. HEX triplet: 3D, A8 and CC. RGB value is (61,168,204). Sum of RGB (Red+Green+Blue) = 61+168+204=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #3DA8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA8CC is #C25733. Grayscale: #8B8B8B. Windows color (decimal): -12736308 or 13412413. OLE color: 13412413.
HSL color Cylindrical-coordinate representation of color #3DA8CC: hue angle of 195.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DA8CC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 168 | 204 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.2 |
| HSL | 195.1º | 0.58% | 0.52% | - |
| HSV(B) | 195.1º | 0.7% | 0.8% | - |
| XYZ | 26.83 | 33.36 | 62.15 | - |
| YUV | 140.11 | 164.05 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 204 | 0.70 | 0.18 | 0 | 0.2 | 195.1 | 0.58 | 0.52 |
| Hex | 3D | A8 | CC | 46 | 12 | 0 | 14 | C3 | 3A | 34 |
| Octal | 75 | 250 | 314 | 106 | 22 | 0 | 24 | 303 | 72 | 64 |
| Binary | 111101 | 10101000 | 11001100 | 1000110 | 10010 | 0 | 10100 | 11000011 | 111010 | 110100 |
Color Harmonies of #3DA8CC
Complementary color
Monochromatic Colors of #3DA8CC
Black with #3DA8CC
Text Example
Text Example
White with #3DA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA8CC; }
p { color: rgb(61,168,204); }
H1.HeaderClassName
{
color: #3DA8CC;
}
.AnyTagClassName
{
color: #3DA8CC;
}
</style>
background-color css
<style>
a { background-color: #3DA8CC; }
a { background-color: rgb(61,168,204); }
div.DivClassName
{
background-color: #3DA8CC;
}
.BgClassName
{
background-color: #3DA8CC;
}
</style>
border-color css
<style>
span { border-color: #3DA8CC; }
span { border-color: rgb(61,168,204); }
td.TdClassName
{
border-color: #3DA8CC;
}
.TagClassName
{
border-color: #3DA8CC;
}
</style>