Shades of Royal Blue #3772CC
Tints of Royal Blue #3772CC
RGB
CMYK
RGB Variations
Color information
#3772CC (or 0x3772CC) is known color: Royal Blue. HEX triplet: 37, 72 and CC. RGB value is (55,114,204). Sum of RGB (Red+Green+Blue) = 55+114+204=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #3772CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772CC is #C88D33. Grayscale: #6A6A6A. Windows color (decimal): -13143348 or 13398583. OLE color: 13398583.
HSL color Cylindrical-coordinate representation of color #3772CC: hue angle of 216.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3772CC is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 114 | 204 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.2 |
| HSL | 216.24º | 0.59% | 0.51% | - |
| HSV(B) | 216.24º | 0.73% | 0.8% | - |
| XYZ | 18.49 | 17.21 | 59.47 | - |
| YUV | 106.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 204 | 0.73 | 0.44 | 0 | 0.2 | 216.24 | 0.59 | 0.51 |
| Hex | 37 | 72 | CC | 49 | 2C | 0 | 14 | D8 | 3B | 33 |
| Octal | 67 | 162 | 314 | 111 | 54 | 0 | 24 | 330 | 73 | 63 |
| Binary | 110111 | 1110010 | 11001100 | 1001001 | 101100 | 0 | 10100 | 11011000 | 111011 | 110011 |
Color Harmonies of #3772CC
Complementary color
Monochromatic Colors of #3772CC
Black with #3772CC
Text Example
Text Example
White with #3772CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3772CC; }
p { color: rgb(55,114,204); }
H1.HeaderClassName
{
color: #3772CC;
}
.AnyTagClassName
{
color: #3772CC;
}
</style>
background-color css
<style>
a { background-color: #3772CC; }
a { background-color: rgb(55,114,204); }
div.DivClassName
{
background-color: #3772CC;
}
.BgClassName
{
background-color: #3772CC;
}
</style>
border-color css
<style>
span { border-color: #3772CC; }
span { border-color: rgb(55,114,204); }
td.TdClassName
{
border-color: #3772CC;
}
.TagClassName
{
border-color: #3772CC;
}
</style>