Shades of Viking #38BECB
Tints of Viking #38BECB
RGB
CMYK
RGB Variations
Color information
#38BECB (or 0x38BECB) is known color: Viking. HEX triplet: 38, BE and CB. RGB value is (56,190,203). Sum of RGB (Red+Green+Blue) = 56+190+203=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #38BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BECB is #C74134. Grayscale: #979797. Windows color (decimal): -13058357 or 13352504. OLE color: 13352504.
HSL color Cylindrical-coordinate representation of color #38BECB: hue angle of 185.31º degrees, saturation: 0.59, 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 #38BECB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 190 | 203 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.20 |
| HSL | 185.31º | 0.59% | 0.51% | - |
| HSV(B) | 185.31º | 0.72% | 0.8% | - |
| XYZ | 30.82 | 41.98 | 62.98 | - |
| YUV | 151.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 203 | 0.72 | 0.06 | 0 | 0.20 | 185.31 | 0.59 | 0.51 |
| Hex | 38 | BE | CB | 48 | 6 | 0 | 14 | B9 | 3B | 33 |
| Octal | 70 | 276 | 313 | 110 | 6 | 0 | 24 | 271 | 73 | 63 |
| Binary | 111000 | 10111110 | 11001011 | 1001000 | 110 | 0 | 10100 | 10111001 | 111011 | 110011 |
Color Harmonies of #38BECB
Complementary color
Monochromatic Colors of #38BECB
Black with #38BECB
Text Example
Text Example
White with #38BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BECB; }
p { color: rgb(56,190,203); }
H1.HeaderClassName
{
color: #38BECB;
}
.AnyTagClassName
{
color: #38BECB;
}
</style>
background-color css
<style>
a { background-color: #38BECB; }
a { background-color: rgb(56,190,203); }
div.DivClassName
{
background-color: #38BECB;
}
.BgClassName
{
background-color: #38BECB;
}
</style>
border-color css
<style>
span { border-color: #38BECB; }
span { border-color: rgb(56,190,203); }
td.TdClassName
{
border-color: #38BECB;
}
.TagClassName
{
border-color: #38BECB;
}
</style>