Shades of Royal Blue #3B67CF
Tints of Royal Blue #3B67CF
RGB
CMYK
RGB Variations
Color information
#3B67CF (or 0x3B67CF) is known color: Royal Blue. HEX triplet: 3B, 67 and CF. RGB value is (59,103,207). Sum of RGB (Red+Green+Blue) = 59+103+207=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B67CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B67CF is #C49830. Grayscale: #656565. Windows color (decimal): -12884017 or 13592379. OLE color: 13592379.
HSL color Cylindrical-coordinate representation of color #3B67CF: hue angle of 222.16º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B67CF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 103 | 207 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.19 |
| HSL | 222.16º | 0.61% | 0.52% | - |
| HSV(B) | 222.16º | 0.71% | 0.81% | - |
| XYZ | 17.92 | 15.14 | 61.01 | - |
| YUV | 101.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 207 | 0.71 | 0.50 | 0 | 0.19 | 222.16 | 0.61 | 0.52 |
| Hex | 3B | 67 | CF | 47 | 32 | 0 | 13 | DE | 3D | 34 |
| Octal | 73 | 147 | 317 | 107 | 62 | 0 | 23 | 336 | 75 | 64 |
| Binary | 111011 | 1100111 | 11001111 | 1000111 | 110010 | 0 | 10011 | 11011110 | 111101 | 110100 |
Color Harmonies of #3B67CF
Complementary color
Monochromatic Colors of #3B67CF
Black with #3B67CF
Text Example
Text Example
White with #3B67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B67CF; }
p { color: rgb(59,103,207); }
H1.HeaderClassName
{
color: #3B67CF;
}
.AnyTagClassName
{
color: #3B67CF;
}
</style>
background-color css
<style>
a { background-color: #3B67CF; }
a { background-color: rgb(59,103,207); }
div.DivClassName
{
background-color: #3B67CF;
}
.BgClassName
{
background-color: #3B67CF;
}
</style>
border-color css
<style>
span { border-color: #3B67CF; }
span { border-color: rgb(59,103,207); }
td.TdClassName
{
border-color: #3B67CF;
}
.TagClassName
{
border-color: #3B67CF;
}
</style>