Shades of Viking #38B2CA
Tints of Viking #38B2CA
RGB
CMYK
RGB Variations
Color information
#38B2CA (or 0x38B2CA) is known color: Viking. HEX triplet: 38, B2 and CA. RGB value is (56,178,202). Sum of RGB (Red+Green+Blue) = 56+178+202=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #38B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B2CA is #C74D35. Grayscale: #909090. Windows color (decimal): -13061430 or 13283896. OLE color: 13283896.
HSL color Cylindrical-coordinate representation of color #38B2CA: hue angle of 189.86º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38B2CA is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 178 | 202 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.21 |
| HSL | 189.86º | 0.58% | 0.51% | - |
| HSV(B) | 189.86º | 0.72% | 0.79% | - |
| XYZ | 28.21 | 36.95 | 61.52 | - |
| YUV | 144.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 178 | 202 | 0.72 | 0.12 | 0 | 0.21 | 189.86 | 0.58 | 0.51 |
| Hex | 38 | B2 | CA | 48 | C | 0 | 15 | BE | 3A | 33 |
| Octal | 70 | 262 | 312 | 110 | 14 | 0 | 25 | 276 | 72 | 63 |
| Binary | 111000 | 10110010 | 11001010 | 1001000 | 1100 | 0 | 10101 | 10111110 | 111010 | 110011 |
Color Harmonies of #38B2CA
Complementary color
Monochromatic Colors of #38B2CA
Black with #38B2CA
Text Example
Text Example
White with #38B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B2CA; }
p { color: rgb(56,178,202); }
H1.HeaderClassName
{
color: #38B2CA;
}
.AnyTagClassName
{
color: #38B2CA;
}
</style>
background-color css
<style>
a { background-color: #38B2CA; }
a { background-color: rgb(56,178,202); }
div.DivClassName
{
background-color: #38B2CA;
}
.BgClassName
{
background-color: #38B2CA;
}
</style>
border-color css
<style>
span { border-color: #38B2CA; }
span { border-color: rgb(56,178,202); }
td.TdClassName
{
border-color: #38B2CA;
}
.TagClassName
{
border-color: #38B2CA;
}
</style>