Shades of Royal Blue #3672CD
Tints of Royal Blue #3672CD
RGB
CMYK
RGB Variations
Color information
#3672CD (or 0x3672CD) is known color: Royal Blue. HEX triplet: 36, 72 and CD. RGB value is (54,114,205). Sum of RGB (Red+Green+Blue) = 54+114+205=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #3672CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672CD is #C98D32. Grayscale: #6A6A6A. Windows color (decimal): -13208883 or 13464118. OLE color: 13464118.
HSL color Cylindrical-coordinate representation of color #3672CD: hue angle of 216.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3672CD is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 114 | 205 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.20 |
| HSL | 216.16º | 0.6% | 0.51% | - |
| HSV(B) | 216.16º | 0.74% | 0.8% | - |
| XYZ | 18.56 | 17.23 | 60.1 | - |
| YUV | 106.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 205 | 0.74 | 0.44 | 0 | 0.20 | 216.16 | 0.6 | 0.51 |
| Hex | 36 | 72 | CD | 4A | 2C | 0 | 14 | D8 | 3C | 33 |
| Octal | 66 | 162 | 315 | 112 | 54 | 0 | 24 | 330 | 74 | 63 |
| Binary | 110110 | 1110010 | 11001101 | 1001010 | 101100 | 0 | 10100 | 11011000 | 111100 | 110011 |
Color Harmonies of #3672CD
Complementary color
Monochromatic Colors of #3672CD
Black with #3672CD
Text Example
Text Example
White with #3672CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3672CD; }
p { color: rgb(54,114,205); }
H1.HeaderClassName
{
color: #3672CD;
}
.AnyTagClassName
{
color: #3672CD;
}
</style>
background-color css
<style>
a { background-color: #3672CD; }
a { background-color: rgb(54,114,205); }
div.DivClassName
{
background-color: #3672CD;
}
.BgClassName
{
background-color: #3672CD;
}
</style>
border-color css
<style>
span { border-color: #3672CD; }
span { border-color: rgb(54,114,205); }
td.TdClassName
{
border-color: #3672CD;
}
.TagClassName
{
border-color: #3672CD;
}
</style>