Shades of Cerulean Blue #355DBB
Tints of Cerulean Blue #355DBB
RGB
CMYK
RGB Variations
Color information
#355DBB (or 0x355DBB) is known color: Cerulean Blue. HEX triplet: 35, 5D and BB. RGB value is (53,93,187). Sum of RGB (Red+Green+Blue) = 53+93+187=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #355DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DBB is #CAA244. Grayscale: #5B5B5B. Windows color (decimal): -13279813 or 12279093. OLE color: 12279093.
HSL color Cylindrical-coordinate representation of color #355DBB: hue angle of 222.09º 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 #355DBB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 93 | 187 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.27 |
| HSL | 222.09º | 0.56% | 0.47% | - |
| HSV(B) | 222.09º | 0.72% | 0.73% | - |
| XYZ | 14.35 | 12.17 | 48.61 | - |
| YUV | 91.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 187 | 0.72 | 0.50 | 0 | 0.27 | 222.09 | 0.56 | 0.47 |
| Hex | 35 | 5D | BB | 48 | 32 | 0 | 1B | DE | 38 | 2F |
| Octal | 65 | 135 | 273 | 110 | 62 | 0 | 33 | 336 | 70 | 57 |
| Binary | 110101 | 1011101 | 10111011 | 1001000 | 110010 | 0 | 11011 | 11011110 | 111000 | 101111 |
Color Harmonies of #355DBB
Complementary color
Monochromatic Colors of #355DBB
Black with #355DBB
Text Example
Text Example
White with #355DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DBB; }
p { color: rgb(53,93,187); }
H1.HeaderClassName
{
color: #355DBB;
}
.AnyTagClassName
{
color: #355DBB;
}
</style>
background-color css
<style>
a { background-color: #355DBB; }
a { background-color: rgb(53,93,187); }
div.DivClassName
{
background-color: #355DBB;
}
.BgClassName
{
background-color: #355DBB;
}
</style>
border-color css
<style>
span { border-color: #355DBB; }
span { border-color: rgb(53,93,187); }
td.TdClassName
{
border-color: #355DBB;
}
.TagClassName
{
border-color: #355DBB;
}
</style>