Shades of Cerulean Blue #365DB7
Tints of Cerulean Blue #365DB7
RGB
CMYK
RGB Variations
Color information
#365DB7 (or 0x365DB7) is known color: Cerulean Blue. HEX triplet: 36, 5D and B7. RGB value is (54,93,183). Sum of RGB (Red+Green+Blue) = 54+93+183=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #365DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DB7 is #C9A248. Grayscale: #5B5B5B. Windows color (decimal): -13214281 or 12016950. OLE color: 12016950.
HSL color Cylindrical-coordinate representation of color #365DB7: hue angle of 221.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #365DB7 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 93 | 183 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.28 |
| HSL | 221.86º | 0.54% | 0.46% | - |
| HSV(B) | 221.86º | 0.7% | 0.72% | - |
| XYZ | 13.98 | 12.03 | 46.39 | - |
| YUV | 91.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 183 | 0.70 | 0.49 | 0 | 0.28 | 221.86 | 0.54 | 0.46 |
| Hex | 36 | 5D | B7 | 46 | 31 | 0 | 1C | DE | 36 | 2E |
| Octal | 66 | 135 | 267 | 106 | 61 | 0 | 34 | 336 | 66 | 56 |
| Binary | 110110 | 1011101 | 10110111 | 1000110 | 110001 | 0 | 11100 | 11011110 | 110110 | 101110 |
Color Harmonies of #365DB7
Complementary color
Monochromatic Colors of #365DB7
Black with #365DB7
Text Example
Text Example
White with #365DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DB7; }
p { color: rgb(54,93,183); }
H1.HeaderClassName
{
color: #365DB7;
}
.AnyTagClassName
{
color: #365DB7;
}
</style>
background-color css
<style>
a { background-color: #365DB7; }
a { background-color: rgb(54,93,183); }
div.DivClassName
{
background-color: #365DB7;
}
.BgClassName
{
background-color: #365DB7;
}
</style>
border-color css
<style>
span { border-color: #365DB7; }
span { border-color: rgb(54,93,183); }
td.TdClassName
{
border-color: #365DB7;
}
.TagClassName
{
border-color: #365DB7;
}
</style>