Shades of Cerulean Blue #354AB1
Tints of Cerulean Blue #354AB1
RGB
CMYK
RGB Variations
Color information
#354AB1 (or 0x354AB1) is known color: Cerulean Blue. HEX triplet: 35, 4A and B1. RGB value is (53,74,177). Sum of RGB (Red+Green+Blue) = 53+74+177=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #354AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AB1 is #CAB54E. Grayscale: #4F4F4F. Windows color (decimal): -13284687 or 11618869. OLE color: 11618869.
HSL color Cylindrical-coordinate representation of color #354AB1: hue angle of 229.84º 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 #354AB1 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 74 | 177 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.31 |
| HSL | 229.84º | 0.54% | 0.45% | - |
| HSV(B) | 229.84º | 0.7% | 0.69% | - |
| XYZ | 11.85 | 8.83 | 42.67 | - |
| YUV | 79.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 177 | 0.70 | 0.58 | 0 | 0.31 | 229.84 | 0.54 | 0.45 |
| Hex | 35 | 4A | B1 | 46 | 3A | 0 | 1F | E6 | 36 | 2D |
| Octal | 65 | 112 | 261 | 106 | 72 | 0 | 37 | 346 | 66 | 55 |
| Binary | 110101 | 1001010 | 10110001 | 1000110 | 111010 | 0 | 11111 | 11100110 | 110110 | 101101 |
Color Harmonies of #354AB1
Complementary color
Monochromatic Colors of #354AB1
Black with #354AB1
Text Example
Text Example
White with #354AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AB1; }
p { color: rgb(53,74,177); }
H1.HeaderClassName
{
color: #354AB1;
}
.AnyTagClassName
{
color: #354AB1;
}
</style>
background-color css
<style>
a { background-color: #354AB1; }
a { background-color: rgb(53,74,177); }
div.DivClassName
{
background-color: #354AB1;
}
.BgClassName
{
background-color: #354AB1;
}
</style>
border-color css
<style>
span { border-color: #354AB1; }
span { border-color: rgb(53,74,177); }
td.TdClassName
{
border-color: #354AB1;
}
.TagClassName
{
border-color: #354AB1;
}
</style>