Shades of Viking #38B5CB
Tints of Viking #38B5CB
RGB
CMYK
RGB Variations
Color information
#38B5CB (or 0x38B5CB) is known color: Viking. HEX triplet: 38, B5 and CB. RGB value is (56,181,203). Sum of RGB (Red+Green+Blue) = 56+181+203=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #38B5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B5CB is #C74A34. Grayscale: #919191. Windows color (decimal): -13060661 or 13350200. OLE color: 13350200.
HSL color Cylindrical-coordinate representation of color #38B5CB: hue angle of 188.98º 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 #38B5CB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 181 | 203 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.20 |
| HSL | 188.98º | 0.59% | 0.51% | - |
| HSV(B) | 188.98º | 0.72% | 0.8% | - |
| XYZ | 28.93 | 38.2 | 62.35 | - |
| YUV | 146.13 | 160.09 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 203 | 0.72 | 0.11 | 0 | 0.20 | 188.98 | 0.59 | 0.51 |
| Hex | 38 | B5 | CB | 48 | B | 0 | 14 | BD | 3B | 33 |
| Octal | 70 | 265 | 313 | 110 | 13 | 0 | 24 | 275 | 73 | 63 |
| Binary | 111000 | 10110101 | 11001011 | 1001000 | 1011 | 0 | 10100 | 10111101 | 111011 | 110011 |
Color Harmonies of #38B5CB
Complementary color
Monochromatic Colors of #38B5CB
Black with #38B5CB
Text Example
Text Example
White with #38B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B5CB; }
p { color: rgb(56,181,203); }
H1.HeaderClassName
{
color: #38B5CB;
}
.AnyTagClassName
{
color: #38B5CB;
}
</style>
background-color css
<style>
a { background-color: #38B5CB; }
a { background-color: rgb(56,181,203); }
div.DivClassName
{
background-color: #38B5CB;
}
.BgClassName
{
background-color: #38B5CB;
}
</style>
border-color css
<style>
span { border-color: #38B5CB; }
span { border-color: rgb(56,181,203); }
td.TdClassName
{
border-color: #38B5CB;
}
.TagClassName
{
border-color: #38B5CB;
}
</style>