Shades of Royal Blue #3567CE
Tints of Royal Blue #3567CE
RGB
CMYK
RGB Variations
Color information
#3567CE (or 0x3567CE) is known color: Royal Blue. HEX triplet: 35, 67 and CE. RGB value is (53,103,206). Sum of RGB (Red+Green+Blue) = 53+103+206=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #3567CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567CE is #CA9831. Grayscale: #636363. Windows color (decimal): -13277234 or 13526837. OLE color: 13526837.
HSL color Cylindrical-coordinate representation of color #3567CE: hue angle of 220.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3567CE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 103 | 206 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.19 |
| HSL | 220.39º | 0.61% | 0.51% | - |
| HSV(B) | 220.39º | 0.74% | 0.81% | - |
| XYZ | 17.46 | 14.91 | 60.35 | - |
| YUV | 99.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 206 | 0.74 | 0.50 | 0 | 0.19 | 220.39 | 0.61 | 0.51 |
| Hex | 35 | 67 | CE | 4A | 32 | 0 | 13 | DC | 3D | 33 |
| Octal | 65 | 147 | 316 | 112 | 62 | 0 | 23 | 334 | 75 | 63 |
| Binary | 110101 | 1100111 | 11001110 | 1001010 | 110010 | 0 | 10011 | 11011100 | 111101 | 110011 |
Color Harmonies of #3567CE
Complementary color
Monochromatic Colors of #3567CE
Black with #3567CE
Text Example
Text Example
White with #3567CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3567CE; }
p { color: rgb(53,103,206); }
H1.HeaderClassName
{
color: #3567CE;
}
.AnyTagClassName
{
color: #3567CE;
}
</style>
background-color css
<style>
a { background-color: #3567CE; }
a { background-color: rgb(53,103,206); }
div.DivClassName
{
background-color: #3567CE;
}
.BgClassName
{
background-color: #3567CE;
}
</style>
border-color css
<style>
span { border-color: #3567CE; }
span { border-color: rgb(53,103,206); }
td.TdClassName
{
border-color: #3567CE;
}
.TagClassName
{
border-color: #3567CE;
}
</style>