Shades of Cerulean Blue #354DB4
Tints of Cerulean Blue #354DB4
RGB
CMYK
RGB Variations
Color information
#354DB4 (or 0x354DB4) is known color: Cerulean Blue. HEX triplet: 35, 4D and B4. RGB value is (53,77,180). Sum of RGB (Red+Green+Blue) = 53+77+180=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #354DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DB4 is #CAB24B. Grayscale: #515151. Windows color (decimal): -13283916 or 11816245. OLE color: 11816245.
HSL color Cylindrical-coordinate representation of color #354DB4: hue angle of 228.66º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354DB4 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 77 | 180 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.29 |
| HSL | 228.66º | 0.55% | 0.46% | - |
| HSV(B) | 228.66º | 0.71% | 0.71% | - |
| XYZ | 12.36 | 9.36 | 44.34 | - |
| YUV | 81.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 180 | 0.71 | 0.57 | 0 | 0.29 | 228.66 | 0.55 | 0.46 |
| Hex | 35 | 4D | B4 | 47 | 39 | 0 | 1D | E5 | 37 | 2E |
| Octal | 65 | 115 | 264 | 107 | 71 | 0 | 35 | 345 | 67 | 56 |
| Binary | 110101 | 1001101 | 10110100 | 1000111 | 111001 | 0 | 11101 | 11100101 | 110111 | 101110 |
Color Harmonies of #354DB4
Complementary color
Monochromatic Colors of #354DB4
Black with #354DB4
Text Example
Text Example
White with #354DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DB4; }
p { color: rgb(53,77,180); }
H1.HeaderClassName
{
color: #354DB4;
}
.AnyTagClassName
{
color: #354DB4;
}
</style>
background-color css
<style>
a { background-color: #354DB4; }
a { background-color: rgb(53,77,180); }
div.DivClassName
{
background-color: #354DB4;
}
.BgClassName
{
background-color: #354DB4;
}
</style>
border-color css
<style>
span { border-color: #354DB4; }
span { border-color: rgb(53,77,180); }
td.TdClassName
{
border-color: #354DB4;
}
.TagClassName
{
border-color: #354DB4;
}
</style>