Shades of Cerulean Blue #354AAC
Tints of Cerulean Blue #354AAC
RGB
CMYK
RGB Variations
Color information
#354AAC (or 0x354AAC) is known color: Cerulean Blue. HEX triplet: 35, 4A and AC. RGB value is (53,74,172). Sum of RGB (Red+Green+Blue) = 53+74+172=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #354AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AAC is #CAB553. Grayscale: #4E4E4E. Windows color (decimal): -13284692 or 11291189. OLE color: 11291189.
HSL color Cylindrical-coordinate representation of color #354AAC: hue angle of 229.41º 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 #354AAC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 74 | 172 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.33 |
| HSL | 229.41º | 0.53% | 0.44% | - |
| HSV(B) | 229.41º | 0.69% | 0.67% | - |
| XYZ | 11.36 | 8.63 | 40.1 | - |
| YUV | 78.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 172 | 0.69 | 0.57 | 0 | 0.33 | 229.41 | 0.53 | 0.44 |
| Hex | 35 | 4A | AC | 45 | 39 | 0 | 21 | E5 | 35 | 2C |
| Octal | 65 | 112 | 254 | 105 | 71 | 0 | 41 | 345 | 65 | 54 |
| Binary | 110101 | 1001010 | 10101100 | 1000101 | 111001 | 0 | 100001 | 11100101 | 110101 | 101100 |
Color Harmonies of #354AAC
Complementary color
Monochromatic Colors of #354AAC
Black with #354AAC
Text Example
Text Example
White with #354AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AAC; }
p { color: rgb(53,74,172); }
H1.HeaderClassName
{
color: #354AAC;
}
.AnyTagClassName
{
color: #354AAC;
}
</style>
background-color css
<style>
a { background-color: #354AAC; }
a { background-color: rgb(53,74,172); }
div.DivClassName
{
background-color: #354AAC;
}
.BgClassName
{
background-color: #354AAC;
}
</style>
border-color css
<style>
span { border-color: #354AAC; }
span { border-color: rgb(53,74,172); }
td.TdClassName
{
border-color: #354AAC;
}
.TagClassName
{
border-color: #354AAC;
}
</style>