Shades of Cerulean Blue #355DB5
Tints of Cerulean Blue #355DB5
RGB
CMYK
RGB Variations
Color information
#355DB5 (or 0x355DB5) is known color: Cerulean Blue. HEX triplet: 35, 5D and B5. RGB value is (53,93,181). Sum of RGB (Red+Green+Blue) = 53+93+181=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #355DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DB5 is #CAA24A. Grayscale: #5A5A5A. Windows color (decimal): -13279819 or 11885877. OLE color: 11885877.
HSL color Cylindrical-coordinate representation of color #355DB5: hue angle of 221.25º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355DB5 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 93 | 181 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.29 |
| HSL | 221.25º | 0.55% | 0.46% | - |
| HSV(B) | 221.25º | 0.71% | 0.71% | - |
| XYZ | 13.72 | 11.92 | 45.29 | - |
| YUV | 91.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 181 | 0.71 | 0.49 | 0 | 0.29 | 221.25 | 0.55 | 0.46 |
| Hex | 35 | 5D | B5 | 47 | 31 | 0 | 1D | DD | 37 | 2E |
| Octal | 65 | 135 | 265 | 107 | 61 | 0 | 35 | 335 | 67 | 56 |
| Binary | 110101 | 1011101 | 10110101 | 1000111 | 110001 | 0 | 11101 | 11011101 | 110111 | 101110 |
Color Harmonies of #355DB5
Complementary color
Monochromatic Colors of #355DB5
Black with #355DB5
Text Example
Text Example
White with #355DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DB5; }
p { color: rgb(53,93,181); }
H1.HeaderClassName
{
color: #355DB5;
}
.AnyTagClassName
{
color: #355DB5;
}
</style>
background-color css
<style>
a { background-color: #355DB5; }
a { background-color: rgb(53,93,181); }
div.DivClassName
{
background-color: #355DB5;
}
.BgClassName
{
background-color: #355DB5;
}
</style>
border-color css
<style>
span { border-color: #355DB5; }
span { border-color: rgb(53,93,181); }
td.TdClassName
{
border-color: #355DB5;
}
.TagClassName
{
border-color: #355DB5;
}
</style>