Shades of Royal Blue #3672CB
Tints of Royal Blue #3672CB
RGB
CMYK
RGB Variations
Color information
#3672CB (or 0x3672CB) is known color: Royal Blue. HEX triplet: 36, 72 and CB. RGB value is (54,114,203). Sum of RGB (Red+Green+Blue) = 54+114+203=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3672CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672CB is #C98D34. Grayscale: #696969. Windows color (decimal): -13208885 or 13333046. OLE color: 13333046.
HSL color Cylindrical-coordinate representation of color #3672CB: hue angle of 215.84º 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 #3672CB is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 114 | 203 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.20 |
| HSL | 215.84º | 0.59% | 0.5% | - |
| HSV(B) | 215.84º | 0.73% | 0.8% | - |
| XYZ | 18.32 | 17.13 | 58.84 | - |
| YUV | 106.21 | 182.62 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 203 | 0.73 | 0.44 | 0 | 0.20 | 215.84 | 0.59 | 0.5 |
| Hex | 36 | 72 | CB | 49 | 2C | 0 | 14 | D8 | 3B | 32 |
| Octal | 66 | 162 | 313 | 111 | 54 | 0 | 24 | 330 | 73 | 62 |
| Binary | 110110 | 1110010 | 11001011 | 1001001 | 101100 | 0 | 10100 | 11011000 | 111011 | 110010 |
Color Harmonies of #3672CB
Complementary color
Monochromatic Colors of #3672CB
Black with #3672CB
Text Example
Text Example
White with #3672CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672CB; }
p { color: rgb(54,114,203); }
H1.HeaderClassName
{
color: #3672CB;
}
.AnyTagClassName
{
color: #3672CB;
}
</style>
background-color css
<style>
a { background-color: #3672CB; }
a { background-color: rgb(54,114,203); }
div.DivClassName
{
background-color: #3672CB;
}
.BgClassName
{
background-color: #3672CB;
}
</style>
border-color css
<style>
span { border-color: #3672CB; }
span { border-color: rgb(54,114,203); }
td.TdClassName
{
border-color: #3672CB;
}
.TagClassName
{
border-color: #3672CB;
}
</style>