Shades of Royal Blue #3B77DB
Tints of Royal Blue #3B77DB
RGB
CMYK
RGB Variations
Color information
#3B77DB (or 0x3B77DB) is known color: Royal Blue. HEX triplet: 3B, 77 and DB. RGB value is (59,119,219). Sum of RGB (Red+Green+Blue) = 59+119+219=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B77DB is #C48824. Grayscale: #707070. Windows color (decimal): -12879909 or 14382907. OLE color: 14382907.
HSL color Cylindrical-coordinate representation of color #3B77DB: hue angle of 217.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B77DB is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 119 | 219 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.14 |
| HSL | 217.5º | 0.69% | 0.55% | - |
| HSV(B) | 217.5º | 0.73% | 0.86% | - |
| XYZ | 21.19 | 19.24 | 69.61 | - |
| YUV | 112.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 219 | 0.73 | 0.46 | 0 | 0.14 | 217.5 | 0.69 | 0.55 |
| Hex | 3B | 77 | DB | 49 | 2E | 0 | E | DA | 45 | 37 |
| Octal | 73 | 167 | 333 | 111 | 56 | 0 | 16 | 332 | 105 | 67 |
| Binary | 111011 | 1110111 | 11011011 | 1001001 | 101110 | 0 | 1110 | 11011010 | 1000101 | 110111 |
Color Harmonies of #3B77DB
Complementary color
Monochromatic Colors of #3B77DB
Black with #3B77DB
Text Example
Text Example
White with #3B77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B77DB; }
p { color: rgb(59,119,219); }
H1.HeaderClassName
{
color: #3B77DB;
}
.AnyTagClassName
{
color: #3B77DB;
}
</style>
background-color css
<style>
a { background-color: #3B77DB; }
a { background-color: rgb(59,119,219); }
div.DivClassName
{
background-color: #3B77DB;
}
.BgClassName
{
background-color: #3B77DB;
}
</style>
border-color css
<style>
span { border-color: #3B77DB; }
span { border-color: rgb(59,119,219); }
td.TdClassName
{
border-color: #3B77DB;
}
.TagClassName
{
border-color: #3B77DB;
}
</style>