Shades of Royal Blue #3567CB
Tints of Royal Blue #3567CB
RGB
CMYK
RGB Variations
Color information
#3567CB (or 0x3567CB) is known color: Royal Blue. HEX triplet: 35, 67 and CB. RGB value is (53,103,203). Sum of RGB (Red+Green+Blue) = 53+103+203=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #3567CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567CB is #CA9834. Grayscale: #626262. Windows color (decimal): -13277237 or 13330229. OLE color: 13330229.
HSL color Cylindrical-coordinate representation of color #3567CB: hue angle of 220º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3567CB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 103 | 203 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.20 |
| HSL | 220º | 0.59% | 0.5% | - |
| HSV(B) | 220º | 0.74% | 0.8% | - |
| XYZ | 17.1 | 14.77 | 58.45 | - |
| YUV | 99.45 | 186.44 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 203 | 0.74 | 0.49 | 0 | 0.20 | 220 | 0.59 | 0.5 |
| Hex | 35 | 67 | CB | 4A | 31 | 0 | 14 | DC | 3B | 32 |
| Octal | 65 | 147 | 313 | 112 | 61 | 0 | 24 | 334 | 73 | 62 |
| Binary | 110101 | 1100111 | 11001011 | 1001010 | 110001 | 0 | 10100 | 11011100 | 111011 | 110010 |
Color Harmonies of #3567CB
Complementary color
Monochromatic Colors of #3567CB
Black with #3567CB
Text Example
Text Example
White with #3567CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3567CB; }
p { color: rgb(53,103,203); }
H1.HeaderClassName
{
color: #3567CB;
}
.AnyTagClassName
{
color: #3567CB;
}
</style>
background-color css
<style>
a { background-color: #3567CB; }
a { background-color: rgb(53,103,203); }
div.DivClassName
{
background-color: #3567CB;
}
.BgClassName
{
background-color: #3567CB;
}
</style>
border-color css
<style>
span { border-color: #3567CB; }
span { border-color: rgb(53,103,203); }
td.TdClassName
{
border-color: #3567CB;
}
.TagClassName
{
border-color: #3567CB;
}
</style>