Shades of Medium Blue #3802C0
Tints of Medium Blue #3802C0
RGB
CMYK
RGB Variations
Color information
#3802C0 (or 0x3802C0) is known color: Medium Blue. HEX triplet: 38, 02 and C0. RGB value is (56,2,192). Sum of RGB (Red+Green+Blue) = 56+2+192=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 192 (75.39% from 255 or 76.8% from 250); Max value from RGB is 192 - color contains mainly: blue. Hex color #3802C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3802C0 is #C7FD3F. Grayscale: #272727. Windows color (decimal): -13106496 or 12583480. OLE color: 12583480.
HSL color Cylindrical-coordinate representation of color #3802C0: hue angle of 257.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802C0 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 2 | 192 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.25 |
| HSL | 257.05º | 0.98% | 0.38% | - |
| HSV(B) | 257.05º | 0.99% | 0.75% | - |
| XYZ | 11.17 | 4.69 | 50.19 | - |
| YUV | 39.81 | 213.89 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 192 | 0.71 | 0.99 | 0 | 0.25 | 257.05 | 0.98 | 0.38 |
| Hex | 38 | 2 | C0 | 47 | 63 | 0 | 19 | 101 | 62 | 26 |
| Octal | 70 | 2 | 300 | 107 | 143 | 0 | 31 | 401 | 142 | 46 |
| Binary | 111000 | 10 | 11000000 | 1000111 | 1100011 | 0 | 11001 | 100000001 | 1100010 | 100110 |
Color Harmonies of #3802C0
Complementary color
Monochromatic Colors of #3802C0
Black with #3802C0
Text Example
Text Example
White with #3802C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802C0; }
p { color: rgb(56,2,192); }
H1.HeaderClassName
{
color: #3802C0;
}
.AnyTagClassName
{
color: #3802C0;
}
</style>
background-color css
<style>
a { background-color: #3802C0; }
a { background-color: rgb(56,2,192); }
div.DivClassName
{
background-color: #3802C0;
}
.BgClassName
{
background-color: #3802C0;
}
</style>
border-color css
<style>
span { border-color: #3802C0; }
span { border-color: rgb(56,2,192); }
td.TdClassName
{
border-color: #3802C0;
}
.TagClassName
{
border-color: #3802C0;
}
</style>