Shades of Cerulean Blue #354DB1
Tints of Cerulean Blue #354DB1
RGB
CMYK
RGB Variations
Color information
#354DB1 (or 0x354DB1) is known color: Cerulean Blue. HEX triplet: 35, 4D and B1. RGB value is (53,77,177). Sum of RGB (Red+Green+Blue) = 53+77+177=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #354DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DB1 is #CAB24E. Grayscale: #505050. Windows color (decimal): -13283919 or 11619637. OLE color: 11619637.
HSL color Cylindrical-coordinate representation of color #354DB1: hue angle of 228.39º 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 #354DB1 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 77 | 177 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.31 |
| HSL | 228.39º | 0.54% | 0.45% | - |
| HSV(B) | 228.39º | 0.7% | 0.69% | - |
| XYZ | 12.06 | 9.24 | 42.74 | - |
| YUV | 81.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 177 | 0.70 | 0.56 | 0 | 0.31 | 228.39 | 0.54 | 0.45 |
| Hex | 35 | 4D | B1 | 46 | 38 | 0 | 1F | E4 | 36 | 2D |
| Octal | 65 | 115 | 261 | 106 | 70 | 0 | 37 | 344 | 66 | 55 |
| Binary | 110101 | 1001101 | 10110001 | 1000110 | 111000 | 0 | 11111 | 11100100 | 110110 | 101101 |
Color Harmonies of #354DB1
Complementary color
Monochromatic Colors of #354DB1
Black with #354DB1
Text Example
Text Example
White with #354DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DB1; }
p { color: rgb(53,77,177); }
H1.HeaderClassName
{
color: #354DB1;
}
.AnyTagClassName
{
color: #354DB1;
}
</style>
background-color css
<style>
a { background-color: #354DB1; }
a { background-color: rgb(53,77,177); }
div.DivClassName
{
background-color: #354DB1;
}
.BgClassName
{
background-color: #354DB1;
}
</style>
border-color css
<style>
span { border-color: #354DB1; }
span { border-color: rgb(53,77,177); }
td.TdClassName
{
border-color: #354DB1;
}
.TagClassName
{
border-color: #354DB1;
}
</style>