Shades of Cerulean Blue #355BBA
Tints of Cerulean Blue #355BBA
RGB
CMYK
RGB Variations
Color information
#355BBA (or 0x355BBA) is known color: Cerulean Blue. HEX triplet: 35, 5B and BA. RGB value is (53,91,186). Sum of RGB (Red+Green+Blue) = 53+91+186=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #355BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BBA is #CAA445. Grayscale: #5A5A5A. Windows color (decimal): -13280326 or 12213045. OLE color: 12213045.
HSL color Cylindrical-coordinate representation of color #355BBA: hue angle of 222.86º 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 #355BBA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 91 | 186 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.27 |
| HSL | 222.86º | 0.56% | 0.47% | - |
| HSV(B) | 222.86º | 0.72% | 0.73% | - |
| XYZ | 14.07 | 11.78 | 47.99 | - |
| YUV | 90.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 186 | 0.72 | 0.51 | 0 | 0.27 | 222.86 | 0.56 | 0.47 |
| Hex | 35 | 5B | BA | 48 | 33 | 0 | 1B | DF | 38 | 2F |
| Octal | 65 | 133 | 272 | 110 | 63 | 0 | 33 | 337 | 70 | 57 |
| Binary | 110101 | 1011011 | 10111010 | 1001000 | 110011 | 0 | 11011 | 11011111 | 111000 | 101111 |
Color Harmonies of #355BBA
Complementary color
Monochromatic Colors of #355BBA
Black with #355BBA
Text Example
Text Example
White with #355BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BBA; }
p { color: rgb(53,91,186); }
H1.HeaderClassName
{
color: #355BBA;
}
.AnyTagClassName
{
color: #355BBA;
}
</style>
background-color css
<style>
a { background-color: #355BBA; }
a { background-color: rgb(53,91,186); }
div.DivClassName
{
background-color: #355BBA;
}
.BgClassName
{
background-color: #355BBA;
}
</style>
border-color css
<style>
span { border-color: #355BBA; }
span { border-color: rgb(53,91,186); }
td.TdClassName
{
border-color: #355BBA;
}
.TagClassName
{
border-color: #355BBA;
}
</style>