Shades of Cerulean Blue #354BAC
Tints of Cerulean Blue #354BAC
RGB
CMYK
RGB Variations
Color information
#354BAC (or 0x354BAC) is known color: Cerulean Blue. HEX triplet: 35, 4B and AC. RGB value is (53,75,172). Sum of RGB (Red+Green+Blue) = 53+75+172=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #354BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BAC is #CAB453. Grayscale: #4F4F4F. Windows color (decimal): -13284436 or 11291445. OLE color: 11291445.
HSL color Cylindrical-coordinate representation of color #354BAC: hue angle of 228.91º 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 #354BAC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 75 | 172 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 228.91º | 0.53% | 0.44% | - |
| HSV(B) | 228.91º | 0.69% | 0.67% | - |
| XYZ | 11.43 | 8.77 | 40.12 | - |
| YUV | 79.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 172 | 0.69 | 0.56 | 0 | 0.33 | 228.91 | 0.53 | 0.44 |
| Hex | 35 | 4B | AC | 45 | 38 | 0 | 21 | E5 | 35 | 2C |
| Octal | 65 | 113 | 254 | 105 | 70 | 0 | 41 | 345 | 65 | 54 |
| Binary | 110101 | 1001011 | 10101100 | 1000101 | 111000 | 0 | 100001 | 11100101 | 110101 | 101100 |
Color Harmonies of #354BAC
Complementary color
Monochromatic Colors of #354BAC
Black with #354BAC
Text Example
Text Example
White with #354BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BAC; }
p { color: rgb(53,75,172); }
H1.HeaderClassName
{
color: #354BAC;
}
.AnyTagClassName
{
color: #354BAC;
}
</style>
background-color css
<style>
a { background-color: #354BAC; }
a { background-color: rgb(53,75,172); }
div.DivClassName
{
background-color: #354BAC;
}
.BgClassName
{
background-color: #354BAC;
}
</style>
border-color css
<style>
span { border-color: #354BAC; }
span { border-color: rgb(53,75,172); }
td.TdClassName
{
border-color: #354BAC;
}
.TagClassName
{
border-color: #354BAC;
}
</style>