Shades of Cerulean Blue #364FAC
Tints of Cerulean Blue #364FAC
RGB
CMYK
RGB Variations
Color information
#364FAC (or 0x364FAC) is known color: Cerulean Blue. HEX triplet: 36, 4F and AC. RGB value is (54,79,172). Sum of RGB (Red+Green+Blue) = 54+79+172=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #364FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364FAC is #C9B053. Grayscale: #515151. Windows color (decimal): -13217876 or 11292470. OLE color: 11292470.
HSL color Cylindrical-coordinate representation of color #364FAC: hue angle of 227.29º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364FAC is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 79 | 172 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.33 |
| HSL | 227.29º | 0.52% | 0.44% | - |
| HSV(B) | 227.29º | 0.69% | 0.67% | - |
| XYZ | 11.76 | 9.35 | 40.22 | - |
| YUV | 82.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 172 | 0.69 | 0.54 | 0 | 0.33 | 227.29 | 0.52 | 0.44 |
| Hex | 36 | 4F | AC | 45 | 36 | 0 | 21 | E3 | 34 | 2C |
| Octal | 66 | 117 | 254 | 105 | 66 | 0 | 41 | 343 | 64 | 54 |
| Binary | 110110 | 1001111 | 10101100 | 1000101 | 110110 | 0 | 100001 | 11100011 | 110100 | 101100 |
Color Harmonies of #364FAC
Complementary color
Monochromatic Colors of #364FAC
Black with #364FAC
Text Example
Text Example
White with #364FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FAC; }
p { color: rgb(54,79,172); }
H1.HeaderClassName
{
color: #364FAC;
}
.AnyTagClassName
{
color: #364FAC;
}
</style>
background-color css
<style>
a { background-color: #364FAC; }
a { background-color: rgb(54,79,172); }
div.DivClassName
{
background-color: #364FAC;
}
.BgClassName
{
background-color: #364FAC;
}
</style>
border-color css
<style>
span { border-color: #364FAC; }
span { border-color: rgb(54,79,172); }
td.TdClassName
{
border-color: #364FAC;
}
.TagClassName
{
border-color: #364FAC;
}
</style>