Shades of Medium Blue #3801C5
Tints of Medium Blue #3801C5
RGB
CMYK
RGB Variations
Color information
#3801C5 (or 0x3801C5) is known color: Medium Blue. HEX triplet: 38, 01 and C5. RGB value is (56,1,197). Sum of RGB (Red+Green+Blue) = 56+1+197=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 197 (77.34% from 255 or 77.56% from 254); Max value from RGB is 197 - color contains mainly: blue. Hex color #3801C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801C5 is #C7FE3A. Grayscale: #272727. Windows color (decimal): -13106747 or 12910904. OLE color: 12910904.
HSL color Cylindrical-coordinate representation of color #3801C5: hue angle of 256.84º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3801C5 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 1 | 197 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.23 |
| HSL | 256.84º | 0.99% | 0.39% | - |
| HSV(B) | 256.84º | 0.99% | 0.77% | - |
| XYZ | 11.72 | 4.89 | 53.15 | - |
| YUV | 39.79 | 216.72 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 197 | 0.72 | 0.99 | 0 | 0.23 | 256.84 | 0.99 | 0.39 |
| Hex | 38 | 1 | C5 | 48 | 63 | 0 | 17 | 101 | 63 | 27 |
| Octal | 70 | 1 | 305 | 110 | 143 | 0 | 27 | 401 | 143 | 47 |
| Binary | 111000 | 1 | 11000101 | 1001000 | 1100011 | 0 | 10111 | 100000001 | 1100011 | 100111 |
Color Harmonies of #3801C5
Complementary color
Monochromatic Colors of #3801C5
Black with #3801C5
Text Example
Text Example
White with #3801C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801C5; }
p { color: rgb(56,1,197); }
H1.HeaderClassName
{
color: #3801C5;
}
.AnyTagClassName
{
color: #3801C5;
}
</style>
background-color css
<style>
a { background-color: #3801C5; }
a { background-color: rgb(56,1,197); }
div.DivClassName
{
background-color: #3801C5;
}
.BgClassName
{
background-color: #3801C5;
}
</style>
border-color css
<style>
span { border-color: #3801C5; }
span { border-color: rgb(56,1,197); }
td.TdClassName
{
border-color: #3801C5;
}
.TagClassName
{
border-color: #3801C5;
}
</style>