Shades of Cerulean Blue #354FC2
Tints of Cerulean Blue #354FC2
RGB
CMYK
RGB Variations
Color information
#354FC2 (or 0x354FC2) is known color: Cerulean Blue. HEX triplet: 35, 4F and C2. RGB value is (53,79,194). Sum of RGB (Red+Green+Blue) = 53+79+194=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #354FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FC2 is #CAB03D. Grayscale: #535353. Windows color (decimal): -13283390 or 12734261. OLE color: 12734261.
HSL color Cylindrical-coordinate representation of color #354FC2: hue angle of 228.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354FC2 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 79 | 194 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.24 |
| HSL | 228.94º | 0.57% | 0.48% | - |
| HSV(B) | 228.94º | 0.73% | 0.76% | - |
| XYZ | 14 | 10.24 | 52.28 | - |
| YUV | 84.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 194 | 0.73 | 0.59 | 0 | 0.24 | 228.94 | 0.57 | 0.48 |
| Hex | 35 | 4F | C2 | 49 | 3B | 0 | 18 | E5 | 39 | 30 |
| Octal | 65 | 117 | 302 | 111 | 73 | 0 | 30 | 345 | 71 | 60 |
| Binary | 110101 | 1001111 | 11000010 | 1001001 | 111011 | 0 | 11000 | 11100101 | 111001 | 110000 |
Color Harmonies of #354FC2
Complementary color
Monochromatic Colors of #354FC2
Black with #354FC2
Text Example
Text Example
White with #354FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FC2; }
p { color: rgb(53,79,194); }
H1.HeaderClassName
{
color: #354FC2;
}
.AnyTagClassName
{
color: #354FC2;
}
</style>
background-color css
<style>
a { background-color: #354FC2; }
a { background-color: rgb(53,79,194); }
div.DivClassName
{
background-color: #354FC2;
}
.BgClassName
{
background-color: #354FC2;
}
</style>
border-color css
<style>
span { border-color: #354FC2; }
span { border-color: rgb(53,79,194); }
td.TdClassName
{
border-color: #354FC2;
}
.TagClassName
{
border-color: #354FC2;
}
</style>