Shades of Cerulean Blue #364DBA
Tints of Cerulean Blue #364DBA
RGB
CMYK
RGB Variations
Color information
#364DBA (or 0x364DBA) is known color: Cerulean Blue. HEX triplet: 36, 4D and BA. RGB value is (54,77,186). Sum of RGB (Red+Green+Blue) = 54+77+186=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #364DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DBA is #C9B245. Grayscale: #525252. Windows color (decimal): -13218374 or 12209462. OLE color: 12209462.
HSL color Cylindrical-coordinate representation of color #364DBA: hue angle of 229.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364DBA is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 77 | 186 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.27 |
| HSL | 229.55º | 0.55% | 0.47% | - |
| HSV(B) | 229.55º | 0.71% | 0.73% | - |
| XYZ | 13.04 | 9.64 | 47.63 | - |
| YUV | 82.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 186 | 0.71 | 0.59 | 0 | 0.27 | 229.55 | 0.55 | 0.47 |
| Hex | 36 | 4D | BA | 47 | 3B | 0 | 1B | E6 | 37 | 2F |
| Octal | 66 | 115 | 272 | 107 | 73 | 0 | 33 | 346 | 67 | 57 |
| Binary | 110110 | 1001101 | 10111010 | 1000111 | 111011 | 0 | 11011 | 11100110 | 110111 | 101111 |
Color Harmonies of #364DBA
Complementary color
Monochromatic Colors of #364DBA
Black with #364DBA
Text Example
Text Example
White with #364DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DBA; }
p { color: rgb(54,77,186); }
H1.HeaderClassName
{
color: #364DBA;
}
.AnyTagClassName
{
color: #364DBA;
}
</style>
background-color css
<style>
a { background-color: #364DBA; }
a { background-color: rgb(54,77,186); }
div.DivClassName
{
background-color: #364DBA;
}
.BgClassName
{
background-color: #364DBA;
}
</style>
border-color css
<style>
span { border-color: #364DBA; }
span { border-color: rgb(54,77,186); }
td.TdClassName
{
border-color: #364DBA;
}
.TagClassName
{
border-color: #364DBA;
}
</style>