Shades of Cerulean Blue #354CB0
Tints of Cerulean Blue #354CB0
RGB
CMYK
RGB Variations
Color information
#354CB0 (or 0x354CB0) is known color: Cerulean Blue. HEX triplet: 35, 4C and B0. RGB value is (53,76,176). Sum of RGB (Red+Green+Blue) = 53+76+176=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #354CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354CB0 is #CAB34F. Grayscale: #505050. Windows color (decimal): -13284176 or 11553845. OLE color: 11553845.
HSL color Cylindrical-coordinate representation of color #354CB0: hue angle of 228.78º 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 #354CB0 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 76 | 176 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.31 |
| HSL | 228.78º | 0.54% | 0.45% | - |
| HSV(B) | 228.78º | 0.7% | 0.69% | - |
| XYZ | 11.89 | 9.06 | 42.2 | - |
| YUV | 80.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 176 | 0.70 | 0.57 | 0 | 0.31 | 228.78 | 0.54 | 0.45 |
| Hex | 35 | 4C | B0 | 46 | 39 | 0 | 1F | E5 | 36 | 2D |
| Octal | 65 | 114 | 260 | 106 | 71 | 0 | 37 | 345 | 66 | 55 |
| Binary | 110101 | 1001100 | 10110000 | 1000110 | 111001 | 0 | 11111 | 11100101 | 110110 | 101101 |
Color Harmonies of #354CB0
Complementary color
Monochromatic Colors of #354CB0
Black with #354CB0
Text Example
Text Example
White with #354CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CB0; }
p { color: rgb(53,76,176); }
H1.HeaderClassName
{
color: #354CB0;
}
.AnyTagClassName
{
color: #354CB0;
}
</style>
background-color css
<style>
a { background-color: #354CB0; }
a { background-color: rgb(53,76,176); }
div.DivClassName
{
background-color: #354CB0;
}
.BgClassName
{
background-color: #354CB0;
}
</style>
border-color css
<style>
span { border-color: #354CB0; }
span { border-color: rgb(53,76,176); }
td.TdClassName
{
border-color: #354CB0;
}
.TagClassName
{
border-color: #354CB0;
}
</style>