Shades of Cerulean Blue #354ABC
Tints of Cerulean Blue #354ABC
RGB
CMYK
RGB Variations
Color information
#354ABC (or 0x354ABC) is known color: Cerulean Blue. HEX triplet: 35, 4A and BC. RGB value is (53,74,188). Sum of RGB (Red+Green+Blue) = 53+74+188=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #354ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ABC is #CAB543. Grayscale: #505050. Windows color (decimal): -13284676 or 12339765. OLE color: 12339765.
HSL color Cylindrical-coordinate representation of color #354ABC: hue angle of 230.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354ABC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 74 | 188 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.26 |
| HSL | 230.67º | 0.56% | 0.47% | - |
| HSV(B) | 230.67º | 0.72% | 0.74% | - |
| XYZ | 12.99 | 9.29 | 48.68 | - |
| YUV | 80.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 188 | 0.72 | 0.61 | 0 | 0.26 | 230.67 | 0.56 | 0.47 |
| Hex | 35 | 4A | BC | 48 | 3D | 0 | 1A | E7 | 38 | 2F |
| Octal | 65 | 112 | 274 | 110 | 75 | 0 | 32 | 347 | 70 | 57 |
| Binary | 110101 | 1001010 | 10111100 | 1001000 | 111101 | 0 | 11010 | 11100111 | 111000 | 101111 |
Color Harmonies of #354ABC
Complementary color
Monochromatic Colors of #354ABC
Black with #354ABC
Text Example
Text Example
White with #354ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ABC; }
p { color: rgb(53,74,188); }
H1.HeaderClassName
{
color: #354ABC;
}
.AnyTagClassName
{
color: #354ABC;
}
</style>
background-color css
<style>
a { background-color: #354ABC; }
a { background-color: rgb(53,74,188); }
div.DivClassName
{
background-color: #354ABC;
}
.BgClassName
{
background-color: #354ABC;
}
</style>
border-color css
<style>
span { border-color: #354ABC; }
span { border-color: rgb(53,74,188); }
td.TdClassName
{
border-color: #354ABC;
}
.TagClassName
{
border-color: #354ABC;
}
</style>