Shades of Royal Blue #3765DA
Tints of Royal Blue #3765DA
RGB
CMYK
RGB Variations
Color information
#3765DA (or 0x3765DA) is known color: Royal Blue. HEX triplet: 37, 65 and DA. RGB value is (55,101,218). Sum of RGB (Red+Green+Blue) = 55+101+218=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #3765DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3765DA is #C89A25. Grayscale: #646464. Windows color (decimal): -13146662 or 14312759. OLE color: 14312759.
HSL color Cylindrical-coordinate representation of color #3765DA: hue angle of 223.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3765DA is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 101 | 218 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.15 |
| HSL | 223.07º | 0.69% | 0.54% | - |
| HSV(B) | 223.07º | 0.75% | 0.85% | - |
| XYZ | 18.88 | 15.18 | 68.26 | - |
| YUV | 100.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 218 | 0.75 | 0.54 | 0 | 0.15 | 223.07 | 0.69 | 0.54 |
| Hex | 37 | 65 | DA | 4B | 36 | 0 | F | DF | 45 | 36 |
| Octal | 67 | 145 | 332 | 113 | 66 | 0 | 17 | 337 | 105 | 66 |
| Binary | 110111 | 1100101 | 11011010 | 1001011 | 110110 | 0 | 1111 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3765DA
Complementary color
Monochromatic Colors of #3765DA
Black with #3765DA
Text Example
Text Example
White with #3765DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3765DA; }
p { color: rgb(55,101,218); }
H1.HeaderClassName
{
color: #3765DA;
}
.AnyTagClassName
{
color: #3765DA;
}
</style>
background-color css
<style>
a { background-color: #3765DA; }
a { background-color: rgb(55,101,218); }
div.DivClassName
{
background-color: #3765DA;
}
.BgClassName
{
background-color: #3765DA;
}
</style>
border-color css
<style>
span { border-color: #3765DA; }
span { border-color: rgb(55,101,218); }
td.TdClassName
{
border-color: #3765DA;
}
.TagClassName
{
border-color: #3765DA;
}
</style>