Shades of Royal Blue #3880DA
Tints of Royal Blue #3880DA
RGB
CMYK
RGB Variations
Color information
#3880DA (or 0x3880DA) is known color: Royal Blue. HEX triplet: 38, 80 and DA. RGB value is (56,128,218). Sum of RGB (Red+Green+Blue) = 56+128+218=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #3880DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880DA is #C77F25. Grayscale: #747474. Windows color (decimal): -13074214 or 14319672. OLE color: 14319672.
HSL color Cylindrical-coordinate representation of color #3880DA: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3880DA is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 128 | 218 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.15 |
| HSL | 213.33º | 0.69% | 0.54% | - |
| HSV(B) | 213.33º | 0.74% | 0.85% | - |
| XYZ | 22 | 21.34 | 69.29 | - |
| YUV | 116.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 218 | 0.74 | 0.41 | 0 | 0.15 | 213.33 | 0.69 | 0.54 |
| Hex | 38 | 80 | DA | 4A | 29 | 0 | F | D5 | 45 | 36 |
| Octal | 70 | 200 | 332 | 112 | 51 | 0 | 17 | 325 | 105 | 66 |
| Binary | 111000 | 10000000 | 11011010 | 1001010 | 101001 | 0 | 1111 | 11010101 | 1000101 | 110110 |
Color Harmonies of #3880DA
Complementary color
Monochromatic Colors of #3880DA
Black with #3880DA
Text Example
Text Example
White with #3880DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3880DA; }
p { color: rgb(56,128,218); }
H1.HeaderClassName
{
color: #3880DA;
}
.AnyTagClassName
{
color: #3880DA;
}
</style>
background-color css
<style>
a { background-color: #3880DA; }
a { background-color: rgb(56,128,218); }
div.DivClassName
{
background-color: #3880DA;
}
.BgClassName
{
background-color: #3880DA;
}
</style>
border-color css
<style>
span { border-color: #3880DA; }
span { border-color: rgb(56,128,218); }
td.TdClassName
{
border-color: #3880DA;
}
.TagClassName
{
border-color: #3880DA;
}
</style>