Shades of Royal Blue #3467CF
Tints of Royal Blue #3467CF
RGB
CMYK
RGB Variations
Color information
#3467CF (or 0x3467CF) is known color: Royal Blue. HEX triplet: 34, 67 and CF. RGB value is (52,103,207). Sum of RGB (Red+Green+Blue) = 52+103+207=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #3467CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467CF is #CB9830. Grayscale: #636363. Windows color (decimal): -13342769 or 13592372. OLE color: 13592372.
HSL color Cylindrical-coordinate representation of color #3467CF: hue angle of 220.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3467CF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 103 | 207 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.19 |
| HSL | 220.26º | 0.62% | 0.51% | - |
| HSV(B) | 220.26º | 0.75% | 0.81% | - |
| XYZ | 17.53 | 14.94 | 60.99 | - |
| YUV | 99.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 207 | 0.75 | 0.50 | 0 | 0.19 | 220.26 | 0.62 | 0.51 |
| Hex | 34 | 67 | CF | 4B | 32 | 0 | 13 | DC | 3E | 33 |
| Octal | 64 | 147 | 317 | 113 | 62 | 0 | 23 | 334 | 76 | 63 |
| Binary | 110100 | 1100111 | 11001111 | 1001011 | 110010 | 0 | 10011 | 11011100 | 111110 | 110011 |
Color Harmonies of #3467CF
Complementary color
Monochromatic Colors of #3467CF
Black with #3467CF
Text Example
Text Example
White with #3467CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467CF; }
p { color: rgb(52,103,207); }
H1.HeaderClassName
{
color: #3467CF;
}
.AnyTagClassName
{
color: #3467CF;
}
</style>
background-color css
<style>
a { background-color: #3467CF; }
a { background-color: rgb(52,103,207); }
div.DivClassName
{
background-color: #3467CF;
}
.BgClassName
{
background-color: #3467CF;
}
</style>
border-color css
<style>
span { border-color: #3467CF; }
span { border-color: rgb(52,103,207); }
td.TdClassName
{
border-color: #3467CF;
}
.TagClassName
{
border-color: #3467CF;
}
</style>