Shades of Royal Blue #3673CB
Tints of Royal Blue #3673CB
RGB
CMYK
RGB Variations
Color information
#3673CB (or 0x3673CB) is known color: Royal Blue. HEX triplet: 36, 73 and CB. RGB value is (54,115,203). Sum of RGB (Red+Green+Blue) = 54+115+203=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #3673CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3673CB is #C98C34. Grayscale: #6A6A6A. Windows color (decimal): -13208629 or 13333302. OLE color: 13333302.
HSL color Cylindrical-coordinate representation of color #3673CB: hue angle of 215.44º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3673CB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 115 | 203 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.20 |
| HSL | 215.44º | 0.59% | 0.5% | - |
| HSV(B) | 215.44º | 0.73% | 0.8% | - |
| XYZ | 18.43 | 17.36 | 58.88 | - |
| YUV | 106.79 | 182.29 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 203 | 0.73 | 0.43 | 0 | 0.20 | 215.44 | 0.59 | 0.5 |
| Hex | 36 | 73 | CB | 49 | 2B | 0 | 14 | D7 | 3B | 32 |
| Octal | 66 | 163 | 313 | 111 | 53 | 0 | 24 | 327 | 73 | 62 |
| Binary | 110110 | 1110011 | 11001011 | 1001001 | 101011 | 0 | 10100 | 11010111 | 111011 | 110010 |
Color Harmonies of #3673CB
Complementary color
Monochromatic Colors of #3673CB
Black with #3673CB
Text Example
Text Example
White with #3673CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3673CB; }
p { color: rgb(54,115,203); }
H1.HeaderClassName
{
color: #3673CB;
}
.AnyTagClassName
{
color: #3673CB;
}
</style>
background-color css
<style>
a { background-color: #3673CB; }
a { background-color: rgb(54,115,203); }
div.DivClassName
{
background-color: #3673CB;
}
.BgClassName
{
background-color: #3673CB;
}
</style>
border-color css
<style>
span { border-color: #3673CB; }
span { border-color: rgb(54,115,203); }
td.TdClassName
{
border-color: #3673CB;
}
.TagClassName
{
border-color: #3673CB;
}
</style>