Shades of Cerulean Blue #354AAA
Tints of Cerulean Blue #354AAA
RGB
CMYK
RGB Variations
Color information
#354AAA (or 0x354AAA) is known color: Cerulean Blue. HEX triplet: 35, 4A and AA. RGB value is (53,74,170). Sum of RGB (Red+Green+Blue) = 53+74+170=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #354AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AAA is #CAB555. Grayscale: #4E4E4E. Windows color (decimal): -13284694 or 11160117. OLE color: 11160117.
HSL color Cylindrical-coordinate representation of color #354AAA: hue angle of 229.23º 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 #354AAA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 74 | 170 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 229.23º | 0.52% | 0.44% | - |
| HSV(B) | 229.23º | 0.69% | 0.67% | - |
| XYZ | 11.17 | 8.56 | 39.09 | - |
| YUV | 78.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 170 | 0.69 | 0.56 | 0 | 0.33 | 229.23 | 0.52 | 0.44 |
| Hex | 35 | 4A | AA | 45 | 38 | 0 | 21 | E5 | 34 | 2C |
| Octal | 65 | 112 | 252 | 105 | 70 | 0 | 41 | 345 | 64 | 54 |
| Binary | 110101 | 1001010 | 10101010 | 1000101 | 111000 | 0 | 100001 | 11100101 | 110100 | 101100 |
Color Harmonies of #354AAA
Complementary color
Monochromatic Colors of #354AAA
Black with #354AAA
Text Example
Text Example
White with #354AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AAA; }
p { color: rgb(53,74,170); }
H1.HeaderClassName
{
color: #354AAA;
}
.AnyTagClassName
{
color: #354AAA;
}
</style>
background-color css
<style>
a { background-color: #354AAA; }
a { background-color: rgb(53,74,170); }
div.DivClassName
{
background-color: #354AAA;
}
.BgClassName
{
background-color: #354AAA;
}
</style>
border-color css
<style>
span { border-color: #354AAA; }
span { border-color: rgb(53,74,170); }
td.TdClassName
{
border-color: #354AAA;
}
.TagClassName
{
border-color: #354AAA;
}
</style>