Shades of Viking #39BECB
Tints of Viking #39BECB
RGB
CMYK
RGB Variations
Color information
#39BECB (or 0x39BECB) is known color: Viking. HEX triplet: 39, BE and CB. RGB value is (57,190,203). Sum of RGB (Red+Green+Blue) = 57+190+203=450 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #39BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BECB is #C64134. Grayscale: #979797. Windows color (decimal): -12992821 or 13352505. OLE color: 13352505.
HSL color Cylindrical-coordinate representation of color #39BECB: hue angle of 185.34º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39BECB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 190 | 203 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.20 |
| HSL | 185.34º | 0.58% | 0.51% | - |
| HSV(B) | 185.34º | 0.72% | 0.8% | - |
| XYZ | 30.88 | 42.01 | 62.98 | - |
| YUV | 151.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 190 | 203 | 0.72 | 0.06 | 0 | 0.20 | 185.34 | 0.58 | 0.51 |
| Hex | 39 | BE | CB | 48 | 6 | 0 | 14 | B9 | 3A | 33 |
| Octal | 71 | 276 | 313 | 110 | 6 | 0 | 24 | 271 | 72 | 63 |
| Binary | 111001 | 10111110 | 11001011 | 1001000 | 110 | 0 | 10100 | 10111001 | 111010 | 110011 |
Color Harmonies of #39BECB
Complementary color
Monochromatic Colors of #39BECB
Black with #39BECB
Text Example
Text Example
White with #39BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BECB; }
p { color: rgb(57,190,203); }
H1.HeaderClassName
{
color: #39BECB;
}
.AnyTagClassName
{
color: #39BECB;
}
</style>
background-color css
<style>
a { background-color: #39BECB; }
a { background-color: rgb(57,190,203); }
div.DivClassName
{
background-color: #39BECB;
}
.BgClassName
{
background-color: #39BECB;
}
</style>
border-color css
<style>
span { border-color: #39BECB; }
span { border-color: rgb(57,190,203); }
td.TdClassName
{
border-color: #39BECB;
}
.TagClassName
{
border-color: #39BECB;
}
</style>