Shades of Cerulean Blue #364DAC
Tints of Cerulean Blue #364DAC
RGB
CMYK
RGB Variations
Color information
#364DAC (or 0x364DAC) is known color: Cerulean Blue. HEX triplet: 36, 4D and AC. RGB value is (54,77,172). Sum of RGB (Red+Green+Blue) = 54+77+172=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #364DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DAC is #C9B253. Grayscale: #505050. Windows color (decimal): -13218388 or 11291958. OLE color: 11291958.
HSL color Cylindrical-coordinate representation of color #364DAC: hue angle of 228.31º 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 #364DAC is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 77 | 172 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.33 |
| HSL | 228.31º | 0.52% | 0.44% | - |
| HSV(B) | 228.31º | 0.69% | 0.67% | - |
| XYZ | 11.62 | 9.07 | 40.17 | - |
| YUV | 80.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 172 | 0.69 | 0.55 | 0 | 0.33 | 228.31 | 0.52 | 0.44 |
| Hex | 36 | 4D | AC | 45 | 37 | 0 | 21 | E4 | 34 | 2C |
| Octal | 66 | 115 | 254 | 105 | 67 | 0 | 41 | 344 | 64 | 54 |
| Binary | 110110 | 1001101 | 10101100 | 1000101 | 110111 | 0 | 100001 | 11100100 | 110100 | 101100 |
Color Harmonies of #364DAC
Complementary color
Monochromatic Colors of #364DAC
Black with #364DAC
Text Example
Text Example
White with #364DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DAC; }
p { color: rgb(54,77,172); }
H1.HeaderClassName
{
color: #364DAC;
}
.AnyTagClassName
{
color: #364DAC;
}
</style>
background-color css
<style>
a { background-color: #364DAC; }
a { background-color: rgb(54,77,172); }
div.DivClassName
{
background-color: #364DAC;
}
.BgClassName
{
background-color: #364DAC;
}
</style>
border-color css
<style>
span { border-color: #364DAC; }
span { border-color: rgb(54,77,172); }
td.TdClassName
{
border-color: #364DAC;
}
.TagClassName
{
border-color: #364DAC;
}
</style>