Shades of Viking #39A2C4
Tints of Viking #39A2C4
RGB
CMYK
RGB Variations
Color information
#39A2C4 (or 0x39A2C4) is known color: Viking. HEX triplet: 39, A2 and C4. RGB value is (57,162,196). Sum of RGB (Red+Green+Blue) = 57+162+196=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #39A2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A2C4 is #C65D3B. Grayscale: #868686. Windows color (decimal): -12999996 or 12886585. OLE color: 12886585.
HSL color Cylindrical-coordinate representation of color #39A2C4: hue angle of 194.68º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39A2C4 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 162 | 196 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.23 |
| HSL | 194.68º | 0.55% | 0.5% | - |
| HSV(B) | 194.68º | 0.71% | 0.77% | - |
| XYZ | 24.57 | 30.7 | 56.85 | - |
| YUV | 134.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 162 | 196 | 0.71 | 0.17 | 0 | 0.23 | 194.68 | 0.55 | 0.5 |
| Hex | 39 | A2 | C4 | 47 | 11 | 0 | 17 | C3 | 37 | 32 |
| Octal | 71 | 242 | 304 | 107 | 21 | 0 | 27 | 303 | 67 | 62 |
| Binary | 111001 | 10100010 | 11000100 | 1000111 | 10001 | 0 | 10111 | 11000011 | 110111 | 110010 |
Color Harmonies of #39A2C4
Complementary color
Monochromatic Colors of #39A2C4
Black with #39A2C4
Text Example
Text Example
White with #39A2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A2C4; }
p { color: rgb(57,162,196); }
H1.HeaderClassName
{
color: #39A2C4;
}
.AnyTagClassName
{
color: #39A2C4;
}
</style>
background-color css
<style>
a { background-color: #39A2C4; }
a { background-color: rgb(57,162,196); }
div.DivClassName
{
background-color: #39A2C4;
}
.BgClassName
{
background-color: #39A2C4;
}
</style>
border-color css
<style>
span { border-color: #39A2C4; }
span { border-color: rgb(57,162,196); }
td.TdClassName
{
border-color: #39A2C4;
}
.TagClassName
{
border-color: #39A2C4;
}
</style>