Shades of Cerulean Blue #354DA6
Tints of Cerulean Blue #354DA6
RGB
CMYK
RGB Variations
Color information
#354DA6 (or 0x354DA6) is known color: Cerulean Blue. HEX triplet: 35, 4D and A6. RGB value is (53,77,166). Sum of RGB (Red+Green+Blue) = 53+77+166=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #354DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DA6 is #CAB259. Grayscale: #4F4F4F. Windows color (decimal): -13283930 or 10898741. OLE color: 10898741.
HSL color Cylindrical-coordinate representation of color #354DA6: hue angle of 227.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354DA6 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 77 | 166 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.35 |
| HSL | 227.26º | 0.52% | 0.43% | - |
| HSV(B) | 227.26º | 0.68% | 0.65% | - |
| XYZ | 11.01 | 8.82 | 37.2 | - |
| YUV | 79.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 166 | 0.68 | 0.54 | 0 | 0.35 | 227.26 | 0.52 | 0.43 |
| Hex | 35 | 4D | A6 | 44 | 36 | 0 | 23 | E3 | 34 | 2B |
| Octal | 65 | 115 | 246 | 104 | 66 | 0 | 43 | 343 | 64 | 53 |
| Binary | 110101 | 1001101 | 10100110 | 1000100 | 110110 | 0 | 100011 | 11100011 | 110100 | 101011 |
Color Harmonies of #354DA6
Complementary color
Monochromatic Colors of #354DA6
Black with #354DA6
Text Example
Text Example
White with #354DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DA6; }
p { color: rgb(53,77,166); }
H1.HeaderClassName
{
color: #354DA6;
}
.AnyTagClassName
{
color: #354DA6;
}
</style>
background-color css
<style>
a { background-color: #354DA6; }
a { background-color: rgb(53,77,166); }
div.DivClassName
{
background-color: #354DA6;
}
.BgClassName
{
background-color: #354DA6;
}
</style>
border-color css
<style>
span { border-color: #354DA6; }
span { border-color: rgb(53,77,166); }
td.TdClassName
{
border-color: #354DA6;
}
.TagClassName
{
border-color: #354DA6;
}
</style>