Shades of Cerulean Blue #364DA6
Tints of Cerulean Blue #364DA6
RGB
CMYK
RGB Variations
Color information
#364DA6 (or 0x364DA6) is known color: Cerulean Blue. HEX triplet: 36, 4D and A6. RGB value is (54,77,166). Sum of RGB (Red+Green+Blue) = 54+77+166=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #364DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DA6 is #C9B259. Grayscale: #4F4F4F. Windows color (decimal): -13218394 or 10898742. OLE color: 10898742.
HSL color Cylindrical-coordinate representation of color #364DA6: hue angle of 227.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #364DA6 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 77 | 166 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.35 |
| HSL | 227.68º | 0.51% | 0.43% | - |
| HSV(B) | 227.68º | 0.67% | 0.65% | - |
| XYZ | 11.06 | 8.85 | 37.2 | - |
| YUV | 80.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 166 | 0.67 | 0.54 | 0 | 0.35 | 227.68 | 0.51 | 0.43 |
| Hex | 36 | 4D | A6 | 43 | 36 | 0 | 23 | E4 | 33 | 2B |
| Octal | 66 | 115 | 246 | 103 | 66 | 0 | 43 | 344 | 63 | 53 |
| Binary | 110110 | 1001101 | 10100110 | 1000011 | 110110 | 0 | 100011 | 11100100 | 110011 | 101011 |
Color Harmonies of #364DA6
Complementary color
Monochromatic Colors of #364DA6
Black with #364DA6
Text Example
Text Example
White with #364DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DA6; }
p { color: rgb(54,77,166); }
H1.HeaderClassName
{
color: #364DA6;
}
.AnyTagClassName
{
color: #364DA6;
}
</style>
background-color css
<style>
a { background-color: #364DA6; }
a { background-color: rgb(54,77,166); }
div.DivClassName
{
background-color: #364DA6;
}
.BgClassName
{
background-color: #364DA6;
}
</style>
border-color css
<style>
span { border-color: #364DA6; }
span { border-color: rgb(54,77,166); }
td.TdClassName
{
border-color: #364DA6;
}
.TagClassName
{
border-color: #364DA6;
}
</style>