Shades of Cerulean Blue #354CAC
Tints of Cerulean Blue #354CAC
RGB
CMYK
RGB Variations
Color information
#354CAC (or 0x354CAC) is known color: Cerulean Blue. HEX triplet: 35, 4C and AC. RGB value is (53,76,172). Sum of RGB (Red+Green+Blue) = 53+76+172=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #354CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354CAC is #CAB353. Grayscale: #4F4F4F. Windows color (decimal): -13284180 or 11291701. OLE color: 11291701.
HSL color Cylindrical-coordinate representation of color #354CAC: hue angle of 228.4º 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 #354CAC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 76 | 172 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 228.4º | 0.53% | 0.44% | - |
| HSV(B) | 228.4º | 0.69% | 0.67% | - |
| XYZ | 11.5 | 8.9 | 40.14 | - |
| YUV | 80.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 172 | 0.69 | 0.56 | 0 | 0.33 | 228.4 | 0.53 | 0.44 |
| Hex | 35 | 4C | AC | 45 | 38 | 0 | 21 | E4 | 35 | 2C |
| Octal | 65 | 114 | 254 | 105 | 70 | 0 | 41 | 344 | 65 | 54 |
| Binary | 110101 | 1001100 | 10101100 | 1000101 | 111000 | 0 | 100001 | 11100100 | 110101 | 101100 |
Color Harmonies of #354CAC
Complementary color
Monochromatic Colors of #354CAC
Black with #354CAC
Text Example
Text Example
White with #354CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CAC; }
p { color: rgb(53,76,172); }
H1.HeaderClassName
{
color: #354CAC;
}
.AnyTagClassName
{
color: #354CAC;
}
</style>
background-color css
<style>
a { background-color: #354CAC; }
a { background-color: rgb(53,76,172); }
div.DivClassName
{
background-color: #354CAC;
}
.BgClassName
{
background-color: #354CAC;
}
</style>
border-color css
<style>
span { border-color: #354CAC; }
span { border-color: rgb(53,76,172); }
td.TdClassName
{
border-color: #354CAC;
}
.TagClassName
{
border-color: #354CAC;
}
</style>