Shades of Cerulean Blue #355AB1
Tints of Cerulean Blue #355AB1
RGB
CMYK
RGB Variations
Color information
#355AB1 (or 0x355AB1) is known color: Cerulean Blue. HEX triplet: 35, 5A and B1. RGB value is (53,90,177). Sum of RGB (Red+Green+Blue) = 53+90+177=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #355AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AB1 is #CAA54E. Grayscale: #585858. Windows color (decimal): -13280591 or 11622965. OLE color: 11622965.
HSL color Cylindrical-coordinate representation of color #355AB1: hue angle of 222.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355AB1 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 90 | 177 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.31 |
| HSL | 222.1º | 0.54% | 0.45% | - |
| HSV(B) | 222.1º | 0.7% | 0.69% | - |
| XYZ | 13.06 | 11.24 | 43.08 | - |
| YUV | 88.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 177 | 0.70 | 0.49 | 0 | 0.31 | 222.1 | 0.54 | 0.45 |
| Hex | 35 | 5A | B1 | 46 | 31 | 0 | 1F | DE | 36 | 2D |
| Octal | 65 | 132 | 261 | 106 | 61 | 0 | 37 | 336 | 66 | 55 |
| Binary | 110101 | 1011010 | 10110001 | 1000110 | 110001 | 0 | 11111 | 11011110 | 110110 | 101101 |
Color Harmonies of #355AB1
Complementary color
Monochromatic Colors of #355AB1
Black with #355AB1
Text Example
Text Example
White with #355AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AB1; }
p { color: rgb(53,90,177); }
H1.HeaderClassName
{
color: #355AB1;
}
.AnyTagClassName
{
color: #355AB1;
}
</style>
background-color css
<style>
a { background-color: #355AB1; }
a { background-color: rgb(53,90,177); }
div.DivClassName
{
background-color: #355AB1;
}
.BgClassName
{
background-color: #355AB1;
}
</style>
border-color css
<style>
span { border-color: #355AB1; }
span { border-color: rgb(53,90,177); }
td.TdClassName
{
border-color: #355AB1;
}
.TagClassName
{
border-color: #355AB1;
}
</style>