Shades of Royal Blue #3667CC
Tints of Royal Blue #3667CC
RGB
CMYK
RGB Variations
Color information
#3667CC (or 0x3667CC) is known color: Royal Blue. HEX triplet: 36, 67 and CC. RGB value is (54,103,204). Sum of RGB (Red+Green+Blue) = 54+103+204=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #3667CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3667CC is #C99833. Grayscale: #636363. Windows color (decimal): -13211700 or 13395766. OLE color: 13395766.
HSL color Cylindrical-coordinate representation of color #3667CC: hue angle of 220.4º 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 #3667CC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 103 | 204 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.2 |
| HSL | 220.4º | 0.6% | 0.51% | - |
| HSV(B) | 220.4º | 0.74% | 0.8% | - |
| XYZ | 17.27 | 14.84 | 59.08 | - |
| YUV | 99.86 | 186.77 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 204 | 0.74 | 0.50 | 0 | 0.2 | 220.4 | 0.6 | 0.51 |
| Hex | 36 | 67 | CC | 4A | 32 | 0 | 14 | DC | 3C | 33 |
| Octal | 66 | 147 | 314 | 112 | 62 | 0 | 24 | 334 | 74 | 63 |
| Binary | 110110 | 1100111 | 11001100 | 1001010 | 110010 | 0 | 10100 | 11011100 | 111100 | 110011 |
Color Harmonies of #3667CC
Complementary color
Monochromatic Colors of #3667CC
Black with #3667CC
Text Example
Text Example
White with #3667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3667CC; }
p { color: rgb(54,103,204); }
H1.HeaderClassName
{
color: #3667CC;
}
.AnyTagClassName
{
color: #3667CC;
}
</style>
background-color css
<style>
a { background-color: #3667CC; }
a { background-color: rgb(54,103,204); }
div.DivClassName
{
background-color: #3667CC;
}
.BgClassName
{
background-color: #3667CC;
}
</style>
border-color css
<style>
span { border-color: #3667CC; }
span { border-color: rgb(54,103,204); }
td.TdClassName
{
border-color: #3667CC;
}
.TagClassName
{
border-color: #3667CC;
}
</style>