Shades of Cerulean Blue #354BAA
Tints of Cerulean Blue #354BAA
RGB
CMYK
RGB Variations
Color information
#354BAA (or 0x354BAA) is known color: Cerulean Blue. HEX triplet: 35, 4B and AA. RGB value is (53,75,170). Sum of RGB (Red+Green+Blue) = 53+75+170=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #354BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BAA is #CAB455. Grayscale: #4E4E4E. Windows color (decimal): -13284438 or 11160373. OLE color: 11160373.
HSL color Cylindrical-coordinate representation of color #354BAA: hue angle of 228.72º degrees, saturation: 0.52, 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 #354BAA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 75 | 170 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 228.72º | 0.52% | 0.44% | - |
| HSV(B) | 228.72º | 0.69% | 0.67% | - |
| XYZ | 11.24 | 8.69 | 39.12 | - |
| YUV | 79.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 170 | 0.69 | 0.56 | 0 | 0.33 | 228.72 | 0.52 | 0.44 |
| Hex | 35 | 4B | AA | 45 | 38 | 0 | 21 | E5 | 34 | 2C |
| Octal | 65 | 113 | 252 | 105 | 70 | 0 | 41 | 345 | 64 | 54 |
| Binary | 110101 | 1001011 | 10101010 | 1000101 | 111000 | 0 | 100001 | 11100101 | 110100 | 101100 |
Color Harmonies of #354BAA
Complementary color
Monochromatic Colors of #354BAA
Black with #354BAA
Text Example
Text Example
White with #354BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BAA; }
p { color: rgb(53,75,170); }
H1.HeaderClassName
{
color: #354BAA;
}
.AnyTagClassName
{
color: #354BAA;
}
</style>
background-color css
<style>
a { background-color: #354BAA; }
a { background-color: rgb(53,75,170); }
div.DivClassName
{
background-color: #354BAA;
}
.BgClassName
{
background-color: #354BAA;
}
</style>
border-color css
<style>
span { border-color: #354BAA; }
span { border-color: rgb(53,75,170); }
td.TdClassName
{
border-color: #354BAA;
}
.TagClassName
{
border-color: #354BAA;
}
</style>