Shades of Cerulean Blue #354AAF
Tints of Cerulean Blue #354AAF
RGB
CMYK
RGB Variations
Color information
#354AAF (or 0x354AAF) is known color: Cerulean Blue. HEX triplet: 35, 4A and AF. RGB value is (53,74,175). Sum of RGB (Red+Green+Blue) = 53+74+175=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #354AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AAF is #CAB550. Grayscale: #4E4E4E. Windows color (decimal): -13284689 or 11487797. OLE color: 11487797.
HSL color Cylindrical-coordinate representation of color #354AAF: hue angle of 229.67º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354AAF is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 74 | 175 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.31 |
| HSL | 229.67º | 0.54% | 0.45% | - |
| HSV(B) | 229.67º | 0.7% | 0.69% | - |
| XYZ | 11.65 | 8.75 | 41.63 | - |
| YUV | 79.24 | 182.04 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 175 | 0.70 | 0.58 | 0 | 0.31 | 229.67 | 0.54 | 0.45 |
| Hex | 35 | 4A | AF | 46 | 3A | 0 | 1F | E6 | 36 | 2D |
| Octal | 65 | 112 | 257 | 106 | 72 | 0 | 37 | 346 | 66 | 55 |
| Binary | 110101 | 1001010 | 10101111 | 1000110 | 111010 | 0 | 11111 | 11100110 | 110110 | 101101 |
Color Harmonies of #354AAF
Complementary color
Monochromatic Colors of #354AAF
Black with #354AAF
Text Example
Text Example
White with #354AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AAF; }
p { color: rgb(53,74,175); }
H1.HeaderClassName
{
color: #354AAF;
}
.AnyTagClassName
{
color: #354AAF;
}
</style>
background-color css
<style>
a { background-color: #354AAF; }
a { background-color: rgb(53,74,175); }
div.DivClassName
{
background-color: #354AAF;
}
.BgClassName
{
background-color: #354AAF;
}
</style>
border-color css
<style>
span { border-color: #354AAF; }
span { border-color: rgb(53,74,175); }
td.TdClassName
{
border-color: #354AAF;
}
.TagClassName
{
border-color: #354AAF;
}
</style>