Shades of Cerulean Blue #355ABA
Tints of Cerulean Blue #355ABA
RGB
CMYK
RGB Variations
Color information
#355ABA (or 0x355ABA) is known color: Cerulean Blue. HEX triplet: 35, 5A and BA. RGB value is (53,90,186). Sum of RGB (Red+Green+Blue) = 53+90+186=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #355ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ABA is #CAA545. Grayscale: #595959. Windows color (decimal): -13280582 or 12212789. OLE color: 12212789.
HSL color Cylindrical-coordinate representation of color #355ABA: hue angle of 223.31º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355ABA is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 90 | 186 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.27 |
| HSL | 223.31º | 0.56% | 0.47% | - |
| HSV(B) | 223.31º | 0.72% | 0.73% | - |
| XYZ | 13.99 | 11.61 | 47.96 | - |
| YUV | 89.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 186 | 0.72 | 0.52 | 0 | 0.27 | 223.31 | 0.56 | 0.47 |
| Hex | 35 | 5A | BA | 48 | 34 | 0 | 1B | DF | 38 | 2F |
| Octal | 65 | 132 | 272 | 110 | 64 | 0 | 33 | 337 | 70 | 57 |
| Binary | 110101 | 1011010 | 10111010 | 1001000 | 110100 | 0 | 11011 | 11011111 | 111000 | 101111 |
Color Harmonies of #355ABA
Complementary color
Monochromatic Colors of #355ABA
Black with #355ABA
Text Example
Text Example
White with #355ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355ABA; }
p { color: rgb(53,90,186); }
H1.HeaderClassName
{
color: #355ABA;
}
.AnyTagClassName
{
color: #355ABA;
}
</style>
background-color css
<style>
a { background-color: #355ABA; }
a { background-color: rgb(53,90,186); }
div.DivClassName
{
background-color: #355ABA;
}
.BgClassName
{
background-color: #355ABA;
}
</style>
border-color css
<style>
span { border-color: #355ABA; }
span { border-color: rgb(53,90,186); }
td.TdClassName
{
border-color: #355ABA;
}
.TagClassName
{
border-color: #355ABA;
}
</style>