Shades of Royal Blue #3467CC
Tints of Royal Blue #3467CC
RGB
CMYK
RGB Variations
Color information
#3467CC (or 0x3467CC) is known color: Royal Blue. HEX triplet: 34, 67 and CC. RGB value is (52,103,204). Sum of RGB (Red+Green+Blue) = 52+103+204=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #3467CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467CC is #CB9833. Grayscale: #626262. Windows color (decimal): -13342772 or 13395764. OLE color: 13395764.
HSL color Cylindrical-coordinate representation of color #3467CC: hue angle of 219.87º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3467CC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 103 | 204 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.2 |
| HSL | 219.87º | 0.6% | 0.5% | - |
| HSV(B) | 219.87º | 0.75% | 0.8% | - |
| XYZ | 17.17 | 14.79 | 59.08 | - |
| YUV | 99.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 204 | 0.75 | 0.50 | 0 | 0.2 | 219.87 | 0.6 | 0.5 |
| Hex | 34 | 67 | CC | 4B | 32 | 0 | 14 | DC | 3C | 32 |
| Octal | 64 | 147 | 314 | 113 | 62 | 0 | 24 | 334 | 74 | 62 |
| Binary | 110100 | 1100111 | 11001100 | 1001011 | 110010 | 0 | 10100 | 11011100 | 111100 | 110010 |
Color Harmonies of #3467CC
Complementary color
Monochromatic Colors of #3467CC
Black with #3467CC
Text Example
Text Example
White with #3467CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467CC; }
p { color: rgb(52,103,204); }
H1.HeaderClassName
{
color: #3467CC;
}
.AnyTagClassName
{
color: #3467CC;
}
</style>
background-color css
<style>
a { background-color: #3467CC; }
a { background-color: rgb(52,103,204); }
div.DivClassName
{
background-color: #3467CC;
}
.BgClassName
{
background-color: #3467CC;
}
</style>
border-color css
<style>
span { border-color: #3467CC; }
span { border-color: rgb(52,103,204); }
td.TdClassName
{
border-color: #3467CC;
}
.TagClassName
{
border-color: #3467CC;
}
</style>