Shades of Cerulean Blue #354AB7
Tints of Cerulean Blue #354AB7
RGB
CMYK
RGB Variations
Color information
#354AB7 (or 0x354AB7) is known color: Cerulean Blue. HEX triplet: 35, 4A and B7. RGB value is (53,74,183). Sum of RGB (Red+Green+Blue) = 53+74+183=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #354AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354AB7 is #CAB548. Grayscale: #4F4F4F. Windows color (decimal): -13284681 or 12012085. OLE color: 12012085.
HSL color Cylindrical-coordinate representation of color #354AB7: hue angle of 230.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354AB7 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 74 | 183 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.28 |
| HSL | 230.31º | 0.55% | 0.46% | - |
| HSV(B) | 230.31º | 0.71% | 0.72% | - |
| XYZ | 12.46 | 9.07 | 45.89 | - |
| YUV | 80.15 | 186.04 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 183 | 0.71 | 0.60 | 0 | 0.28 | 230.31 | 0.55 | 0.46 |
| Hex | 35 | 4A | B7 | 47 | 3C | 0 | 1C | E6 | 37 | 2E |
| Octal | 65 | 112 | 267 | 107 | 74 | 0 | 34 | 346 | 67 | 56 |
| Binary | 110101 | 1001010 | 10110111 | 1000111 | 111100 | 0 | 11100 | 11100110 | 110111 | 101110 |
Color Harmonies of #354AB7
Complementary color
Monochromatic Colors of #354AB7
Black with #354AB7
Text Example
Text Example
White with #354AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AB7; }
p { color: rgb(53,74,183); }
H1.HeaderClassName
{
color: #354AB7;
}
.AnyTagClassName
{
color: #354AB7;
}
</style>
background-color css
<style>
a { background-color: #354AB7; }
a { background-color: rgb(53,74,183); }
div.DivClassName
{
background-color: #354AB7;
}
.BgClassName
{
background-color: #354AB7;
}
</style>
border-color css
<style>
span { border-color: #354AB7; }
span { border-color: rgb(53,74,183); }
td.TdClassName
{
border-color: #354AB7;
}
.TagClassName
{
border-color: #354AB7;
}
</style>