Shades of Cerulean Blue #354CBC
Tints of Cerulean Blue #354CBC
RGB
CMYK
RGB Variations
Color information
#354CBC (or 0x354CBC) is known color: Cerulean Blue. HEX triplet: 35, 4C and BC. RGB value is (53,76,188). Sum of RGB (Red+Green+Blue) = 53+76+188=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #354CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CBC is #CAB343. Grayscale: #515151. Windows color (decimal): -13284164 or 12340277. OLE color: 12340277.
HSL color Cylindrical-coordinate representation of color #354CBC: hue angle of 229.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354CBC is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 76 | 188 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.26 |
| HSL | 229.78º | 0.56% | 0.47% | - |
| HSV(B) | 229.78º | 0.72% | 0.74% | - |
| XYZ | 13.13 | 9.56 | 48.73 | - |
| YUV | 81.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 188 | 0.72 | 0.60 | 0 | 0.26 | 229.78 | 0.56 | 0.47 |
| Hex | 35 | 4C | BC | 48 | 3C | 0 | 1A | E6 | 38 | 2F |
| Octal | 65 | 114 | 274 | 110 | 74 | 0 | 32 | 346 | 70 | 57 |
| Binary | 110101 | 1001100 | 10111100 | 1001000 | 111100 | 0 | 11010 | 11100110 | 111000 | 101111 |
Color Harmonies of #354CBC
Complementary color
Monochromatic Colors of #354CBC
Black with #354CBC
Text Example
Text Example
White with #354CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CBC; }
p { color: rgb(53,76,188); }
H1.HeaderClassName
{
color: #354CBC;
}
.AnyTagClassName
{
color: #354CBC;
}
</style>
background-color css
<style>
a { background-color: #354CBC; }
a { background-color: rgb(53,76,188); }
div.DivClassName
{
background-color: #354CBC;
}
.BgClassName
{
background-color: #354CBC;
}
</style>
border-color css
<style>
span { border-color: #354CBC; }
span { border-color: rgb(53,76,188); }
td.TdClassName
{
border-color: #354CBC;
}
.TagClassName
{
border-color: #354CBC;
}
</style>