Shades of Cerulean Blue #364BBA
Tints of Cerulean Blue #364BBA
RGB
CMYK
RGB Variations
Color information
#364BBA (or 0x364BBA) is known color: Cerulean Blue. HEX triplet: 36, 4B and BA. RGB value is (54,75,186). Sum of RGB (Red+Green+Blue) = 54+75+186=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #364BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BBA is #C9B445. Grayscale: #505050. Windows color (decimal): -13218886 or 12208950. OLE color: 12208950.
HSL color Cylindrical-coordinate representation of color #364BBA: hue angle of 230.45º 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 #364BBA is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 75 | 186 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.27 |
| HSL | 230.45º | 0.55% | 0.47% | - |
| HSV(B) | 230.45º | 0.71% | 0.73% | - |
| XYZ | 12.9 | 9.36 | 47.58 | - |
| YUV | 81.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 186 | 0.71 | 0.60 | 0 | 0.27 | 230.45 | 0.55 | 0.47 |
| Hex | 36 | 4B | BA | 47 | 3C | 0 | 1B | E6 | 37 | 2F |
| Octal | 66 | 113 | 272 | 107 | 74 | 0 | 33 | 346 | 67 | 57 |
| Binary | 110110 | 1001011 | 10111010 | 1000111 | 111100 | 0 | 11011 | 11100110 | 110111 | 101111 |
Color Harmonies of #364BBA
Complementary color
Monochromatic Colors of #364BBA
Black with #364BBA
Text Example
Text Example
White with #364BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BBA; }
p { color: rgb(54,75,186); }
H1.HeaderClassName
{
color: #364BBA;
}
.AnyTagClassName
{
color: #364BBA;
}
</style>
background-color css
<style>
a { background-color: #364BBA; }
a { background-color: rgb(54,75,186); }
div.DivClassName
{
background-color: #364BBA;
}
.BgClassName
{
background-color: #364BBA;
}
</style>
border-color css
<style>
span { border-color: #364BBA; }
span { border-color: rgb(54,75,186); }
td.TdClassName
{
border-color: #364BBA;
}
.TagClassName
{
border-color: #364BBA;
}
</style>