Shades of Cerulean Blue #354BAE
Tints of Cerulean Blue #354BAE
RGB
CMYK
RGB Variations
Color information
#354BAE (or 0x354BAE) is known color: Cerulean Blue. HEX triplet: 35, 4B and AE. RGB value is (53,75,174). Sum of RGB (Red+Green+Blue) = 53+75+174=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #354BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BAE is #CAB451. Grayscale: #4F4F4F. Windows color (decimal): -13284434 or 11422517. OLE color: 11422517.
HSL color Cylindrical-coordinate representation of color #354BAE: hue angle of 229.09º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354BAE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 75 | 174 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.32 |
| HSL | 229.09º | 0.53% | 0.45% | - |
| HSV(B) | 229.09º | 0.7% | 0.68% | - |
| XYZ | 11.62 | 8.85 | 41.14 | - |
| YUV | 79.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 174 | 0.70 | 0.57 | 0 | 0.32 | 229.09 | 0.53 | 0.45 |
| Hex | 35 | 4B | AE | 46 | 39 | 0 | 20 | E5 | 35 | 2D |
| Octal | 65 | 113 | 256 | 106 | 71 | 0 | 40 | 345 | 65 | 55 |
| Binary | 110101 | 1001011 | 10101110 | 1000110 | 111001 | 0 | 100000 | 11100101 | 110101 | 101101 |
Color Harmonies of #354BAE
Complementary color
Monochromatic Colors of #354BAE
Black with #354BAE
Text Example
Text Example
White with #354BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BAE; }
p { color: rgb(53,75,174); }
H1.HeaderClassName
{
color: #354BAE;
}
.AnyTagClassName
{
color: #354BAE;
}
</style>
background-color css
<style>
a { background-color: #354BAE; }
a { background-color: rgb(53,75,174); }
div.DivClassName
{
background-color: #354BAE;
}
.BgClassName
{
background-color: #354BAE;
}
</style>
border-color css
<style>
span { border-color: #354BAE; }
span { border-color: rgb(53,75,174); }
td.TdClassName
{
border-color: #354BAE;
}
.TagClassName
{
border-color: #354BAE;
}
</style>