Shades of Viking #38A8C6
Tints of Viking #38A8C6
RGB
CMYK
RGB Variations
Color information
#38A8C6 (or 0x38A8C6) is known color: Viking. HEX triplet: 38, A8 and C6. RGB value is (56,168,198). Sum of RGB (Red+Green+Blue) = 56+168+198=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #38A8C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8C6 is #C75739. Grayscale: #898989. Windows color (decimal): -13063994 or 13019192. OLE color: 13019192.
HSL color Cylindrical-coordinate representation of color #38A8C6: hue angle of 192.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A8C6 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 168 | 198 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.22 |
| HSL | 192.68º | 0.56% | 0.5% | - |
| HSV(B) | 192.68º | 0.72% | 0.78% | - |
| XYZ | 25.83 | 32.92 | 58.42 | - |
| YUV | 137.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 198 | 0.72 | 0.15 | 0 | 0.22 | 192.68 | 0.56 | 0.5 |
| Hex | 38 | A8 | C6 | 48 | F | 0 | 16 | C1 | 38 | 32 |
| Octal | 70 | 250 | 306 | 110 | 17 | 0 | 26 | 301 | 70 | 62 |
| Binary | 111000 | 10101000 | 11000110 | 1001000 | 1111 | 0 | 10110 | 11000001 | 111000 | 110010 |
Color Harmonies of #38A8C6
Complementary color
Monochromatic Colors of #38A8C6
Black with #38A8C6
Text Example
Text Example
White with #38A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8C6; }
p { color: rgb(56,168,198); }
H1.HeaderClassName
{
color: #38A8C6;
}
.AnyTagClassName
{
color: #38A8C6;
}
</style>
background-color css
<style>
a { background-color: #38A8C6; }
a { background-color: rgb(56,168,198); }
div.DivClassName
{
background-color: #38A8C6;
}
.BgClassName
{
background-color: #38A8C6;
}
</style>
border-color css
<style>
span { border-color: #38A8C6; }
span { border-color: rgb(56,168,198); }
td.TdClassName
{
border-color: #38A8C6;
}
.TagClassName
{
border-color: #38A8C6;
}
</style>