Shades of Cerulean Blue #354BAB
Tints of Cerulean Blue #354BAB
RGB
CMYK
RGB Variations
Color information
#354BAB (or 0x354BAB) is known color: Cerulean Blue. HEX triplet: 35, 4B and AB. RGB value is (53,75,171). Sum of RGB (Red+Green+Blue) = 53+75+171=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #354BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BAB is #CAB454. Grayscale: #4E4E4E. Windows color (decimal): -13284437 or 11225909. OLE color: 11225909.
HSL color Cylindrical-coordinate representation of color #354BAB: hue angle of 228.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354BAB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 75 | 171 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 228.81º | 0.53% | 0.44% | - |
| HSV(B) | 228.81º | 0.69% | 0.67% | - |
| XYZ | 11.33 | 8.73 | 39.62 | - |
| YUV | 79.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 171 | 0.69 | 0.56 | 0 | 0.33 | 228.81 | 0.53 | 0.44 |
| Hex | 35 | 4B | AB | 45 | 38 | 0 | 21 | E5 | 35 | 2C |
| Octal | 65 | 113 | 253 | 105 | 70 | 0 | 41 | 345 | 65 | 54 |
| Binary | 110101 | 1001011 | 10101011 | 1000101 | 111000 | 0 | 100001 | 11100101 | 110101 | 101100 |
Color Harmonies of #354BAB
Complementary color
Monochromatic Colors of #354BAB
Black with #354BAB
Text Example
Text Example
White with #354BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BAB; }
p { color: rgb(53,75,171); }
H1.HeaderClassName
{
color: #354BAB;
}
.AnyTagClassName
{
color: #354BAB;
}
</style>
background-color css
<style>
a { background-color: #354BAB; }
a { background-color: rgb(53,75,171); }
div.DivClassName
{
background-color: #354BAB;
}
.BgClassName
{
background-color: #354BAB;
}
</style>
border-color css
<style>
span { border-color: #354BAB; }
span { border-color: rgb(53,75,171); }
td.TdClassName
{
border-color: #354BAB;
}
.TagClassName
{
border-color: #354BAB;
}
</style>