Shades of Viking #3DA5CB
Tints of Viking #3DA5CB
RGB
CMYK
RGB Variations
Color information
#3DA5CB (or 0x3DA5CB) is known color: Viking. HEX triplet: 3D, A5 and CB. RGB value is (61,165,203). Sum of RGB (Red+Green+Blue) = 61+165+203=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DA5CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA5CB is #C25A34. Grayscale: #898989. Windows color (decimal): -12737077 or 13346109. OLE color: 13346109.
HSL color Cylindrical-coordinate representation of color #3DA5CB: hue angle of 196.06º 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 #3DA5CB is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 165 | 203 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.20 |
| HSL | 196.06º | 0.58% | 0.52% | - |
| HSV(B) | 196.06º | 0.7% | 0.8% | - |
| XYZ | 26.16 | 32.21 | 61.34 | - |
| YUV | 138.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 203 | 0.70 | 0.19 | 0 | 0.20 | 196.06 | 0.58 | 0.52 |
| Hex | 3D | A5 | CB | 46 | 13 | 0 | 14 | C4 | 3A | 34 |
| Octal | 75 | 245 | 313 | 106 | 23 | 0 | 24 | 304 | 72 | 64 |
| Binary | 111101 | 10100101 | 11001011 | 1000110 | 10011 | 0 | 10100 | 11000100 | 111010 | 110100 |
Color Harmonies of #3DA5CB
Complementary color
Monochromatic Colors of #3DA5CB
Black with #3DA5CB
Text Example
Text Example
White with #3DA5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA5CB; }
p { color: rgb(61,165,203); }
H1.HeaderClassName
{
color: #3DA5CB;
}
.AnyTagClassName
{
color: #3DA5CB;
}
</style>
background-color css
<style>
a { background-color: #3DA5CB; }
a { background-color: rgb(61,165,203); }
div.DivClassName
{
background-color: #3DA5CB;
}
.BgClassName
{
background-color: #3DA5CB;
}
</style>
border-color css
<style>
span { border-color: #3DA5CB; }
span { border-color: rgb(61,165,203); }
td.TdClassName
{
border-color: #3DA5CB;
}
.TagClassName
{
border-color: #3DA5CB;
}
</style>