Shades of Cerulean Blue #354BA8
Tints of Cerulean Blue #354BA8
RGB
CMYK
RGB Variations
Color information
#354BA8 (or 0x354BA8) is known color: Cerulean Blue. HEX triplet: 35, 4B and A8. RGB value is (53,75,168). Sum of RGB (Red+Green+Blue) = 53+75+168=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #354BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BA8 is #CAB457. Grayscale: #4E4E4E. Windows color (decimal): -13284440 or 11029301. OLE color: 11029301.
HSL color Cylindrical-coordinate representation of color #354BA8: hue angle of 228.52º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354BA8 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 75 | 168 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.34 |
| HSL | 228.52º | 0.52% | 0.43% | - |
| HSV(B) | 228.52º | 0.68% | 0.66% | - |
| XYZ | 11.05 | 8.62 | 38.13 | - |
| YUV | 79.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 168 | 0.68 | 0.55 | 0 | 0.34 | 228.52 | 0.52 | 0.43 |
| Hex | 35 | 4B | A8 | 44 | 37 | 0 | 22 | E5 | 34 | 2B |
| Octal | 65 | 113 | 250 | 104 | 67 | 0 | 42 | 345 | 64 | 53 |
| Binary | 110101 | 1001011 | 10101000 | 1000100 | 110111 | 0 | 100010 | 11100101 | 110100 | 101011 |
Color Harmonies of #354BA8
Complementary color
Monochromatic Colors of #354BA8
Black with #354BA8
Text Example
Text Example
White with #354BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BA8; }
p { color: rgb(53,75,168); }
H1.HeaderClassName
{
color: #354BA8;
}
.AnyTagClassName
{
color: #354BA8;
}
</style>
background-color css
<style>
a { background-color: #354BA8; }
a { background-color: rgb(53,75,168); }
div.DivClassName
{
background-color: #354BA8;
}
.BgClassName
{
background-color: #354BA8;
}
</style>
border-color css
<style>
span { border-color: #354BA8; }
span { border-color: rgb(53,75,168); }
td.TdClassName
{
border-color: #354BA8;
}
.TagClassName
{
border-color: #354BA8;
}
</style>