Shades of Royal Blue #3774CB
Tints of Royal Blue #3774CB
RGB
CMYK
RGB Variations
Color information
#3774CB (or 0x3774CB) is known color: Royal Blue. HEX triplet: 37, 74 and CB. RGB value is (55,116,203). Sum of RGB (Red+Green+Blue) = 55+116+203=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #3774CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3774CB is #C88B34. Grayscale: #6B6B6B. Windows color (decimal): -13142837 or 13333559. OLE color: 13333559.
HSL color Cylindrical-coordinate representation of color #3774CB: hue angle of 215.27º 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 #3774CB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 116 | 203 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.20 |
| HSL | 215.27º | 0.59% | 0.51% | - |
| HSV(B) | 215.27º | 0.73% | 0.8% | - |
| XYZ | 18.6 | 17.61 | 58.92 | - |
| YUV | 107.68 | 181.79 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 203 | 0.73 | 0.43 | 0 | 0.20 | 215.27 | 0.59 | 0.51 |
| Hex | 37 | 74 | CB | 49 | 2B | 0 | 14 | D7 | 3B | 33 |
| Octal | 67 | 164 | 313 | 111 | 53 | 0 | 24 | 327 | 73 | 63 |
| Binary | 110111 | 1110100 | 11001011 | 1001001 | 101011 | 0 | 10100 | 11010111 | 111011 | 110011 |
Color Harmonies of #3774CB
Complementary color
Monochromatic Colors of #3774CB
Black with #3774CB
Text Example
Text Example
White with #3774CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3774CB; }
p { color: rgb(55,116,203); }
H1.HeaderClassName
{
color: #3774CB;
}
.AnyTagClassName
{
color: #3774CB;
}
</style>
background-color css
<style>
a { background-color: #3774CB; }
a { background-color: rgb(55,116,203); }
div.DivClassName
{
background-color: #3774CB;
}
.BgClassName
{
background-color: #3774CB;
}
</style>
border-color css
<style>
span { border-color: #3774CB; }
span { border-color: rgb(55,116,203); }
td.TdClassName
{
border-color: #3774CB;
}
.TagClassName
{
border-color: #3774CB;
}
</style>