Shades of Royal Blue #365FD2
Tints of Royal Blue #365FD2
RGB
CMYK
RGB Variations
Color information
#365FD2 (or 0x365FD2) is known color: Royal Blue. HEX triplet: 36, 5F and D2. RGB value is (54,95,210). Sum of RGB (Red+Green+Blue) = 54+95+210=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #365FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FD2 is #C9A02D. Grayscale: #5F5F5F. Windows color (decimal): -13213742 or 13786934. OLE color: 13786934.
HSL color Cylindrical-coordinate representation of color #365FD2: hue angle of 224.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365FD2 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 95 | 210 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.18 |
| HSL | 224.23º | 0.63% | 0.52% | - |
| HSV(B) | 224.23º | 0.74% | 0.82% | - |
| XYZ | 17.25 | 13.62 | 62.69 | - |
| YUV | 95.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 210 | 0.74 | 0.55 | 0 | 0.18 | 224.23 | 0.63 | 0.52 |
| Hex | 36 | 5F | D2 | 4A | 37 | 0 | 12 | E0 | 3F | 34 |
| Octal | 66 | 137 | 322 | 112 | 67 | 0 | 22 | 340 | 77 | 64 |
| Binary | 110110 | 1011111 | 11010010 | 1001010 | 110111 | 0 | 10010 | 11100000 | 111111 | 110100 |
Color Harmonies of #365FD2
Complementary color
Monochromatic Colors of #365FD2
Black with #365FD2
Text Example
Text Example
White with #365FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365FD2; }
p { color: rgb(54,95,210); }
H1.HeaderClassName
{
color: #365FD2;
}
.AnyTagClassName
{
color: #365FD2;
}
</style>
background-color css
<style>
a { background-color: #365FD2; }
a { background-color: rgb(54,95,210); }
div.DivClassName
{
background-color: #365FD2;
}
.BgClassName
{
background-color: #365FD2;
}
</style>
border-color css
<style>
span { border-color: #365FD2; }
span { border-color: rgb(54,95,210); }
td.TdClassName
{
border-color: #365FD2;
}
.TagClassName
{
border-color: #365FD2;
}
</style>