Shades of Cerulean Blue #354AB2
Tints of Cerulean Blue #354AB2
RGB
CMYK
RGB Variations
Color information
#354AB2 (or 0x354AB2) is known color: Cerulean Blue. HEX triplet: 35, 4A and B2. RGB value is (53,74,178). Sum of RGB (Red+Green+Blue) = 53+74+178=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #354AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AB2 is #CAB54D. Grayscale: #4F4F4F. Windows color (decimal): -13284686 or 11684405. OLE color: 11684405.
HSL color Cylindrical-coordinate representation of color #354AB2: hue angle of 229.92º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354AB2 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 74 | 178 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.30 |
| HSL | 229.92º | 0.54% | 0.45% | - |
| HSV(B) | 229.92º | 0.7% | 0.7% | - |
| XYZ | 11.95 | 8.87 | 43.2 | - |
| YUV | 79.58 | 183.54 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 178 | 0.70 | 0.58 | 0 | 0.30 | 229.92 | 0.54 | 0.45 |
| Hex | 35 | 4A | B2 | 46 | 3A | 0 | 1E | E6 | 36 | 2D |
| Octal | 65 | 112 | 262 | 106 | 72 | 0 | 36 | 346 | 66 | 55 |
| Binary | 110101 | 1001010 | 10110010 | 1000110 | 111010 | 0 | 11110 | 11100110 | 110110 | 101101 |
Color Harmonies of #354AB2
Complementary color
Monochromatic Colors of #354AB2
Black with #354AB2
Text Example
Text Example
White with #354AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AB2; }
p { color: rgb(53,74,178); }
H1.HeaderClassName
{
color: #354AB2;
}
.AnyTagClassName
{
color: #354AB2;
}
</style>
background-color css
<style>
a { background-color: #354AB2; }
a { background-color: rgb(53,74,178); }
div.DivClassName
{
background-color: #354AB2;
}
.BgClassName
{
background-color: #354AB2;
}
</style>
border-color css
<style>
span { border-color: #354AB2; }
span { border-color: rgb(53,74,178); }
td.TdClassName
{
border-color: #354AB2;
}
.TagClassName
{
border-color: #354AB2;
}
</style>