Shades of Cerulean Blue #354CB3
Tints of Cerulean Blue #354CB3
RGB
CMYK
RGB Variations
Color information
#354CB3 (or 0x354CB3) is known color: Cerulean Blue. HEX triplet: 35, 4C and B3. RGB value is (53,76,179). Sum of RGB (Red+Green+Blue) = 53+76+179=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #354CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CB3 is #CAB34C. Grayscale: #505050. Windows color (decimal): -13284173 or 11750453. OLE color: 11750453.
HSL color Cylindrical-coordinate representation of color #354CB3: hue angle of 229.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354CB3 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 76 | 179 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.30 |
| HSL | 229.05º | 0.54% | 0.45% | - |
| HSV(B) | 229.05º | 0.7% | 0.7% | - |
| XYZ | 12.19 | 9.18 | 43.78 | - |
| YUV | 80.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 179 | 0.70 | 0.58 | 0 | 0.30 | 229.05 | 0.54 | 0.45 |
| Hex | 35 | 4C | B3 | 46 | 3A | 0 | 1E | E5 | 36 | 2D |
| Octal | 65 | 114 | 263 | 106 | 72 | 0 | 36 | 345 | 66 | 55 |
| Binary | 110101 | 1001100 | 10110011 | 1000110 | 111010 | 0 | 11110 | 11100101 | 110110 | 101101 |
Color Harmonies of #354CB3
Complementary color
Monochromatic Colors of #354CB3
Black with #354CB3
Text Example
Text Example
White with #354CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CB3; }
p { color: rgb(53,76,179); }
H1.HeaderClassName
{
color: #354CB3;
}
.AnyTagClassName
{
color: #354CB3;
}
</style>
background-color css
<style>
a { background-color: #354CB3; }
a { background-color: rgb(53,76,179); }
div.DivClassName
{
background-color: #354CB3;
}
.BgClassName
{
background-color: #354CB3;
}
</style>
border-color css
<style>
span { border-color: #354CB3; }
span { border-color: rgb(53,76,179); }
td.TdClassName
{
border-color: #354CB3;
}
.TagClassName
{
border-color: #354CB3;
}
</style>