Shades of Cerulean Blue #355DBE
Tints of Cerulean Blue #355DBE
RGB
CMYK
RGB Variations
Color information
#355DBE (or 0x355DBE) is known color: Cerulean Blue. HEX triplet: 35, 5D and BE. RGB value is (53,93,190). Sum of RGB (Red+Green+Blue) = 53+93+190=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #355DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DBE is #CAA241. Grayscale: #5B5B5B. Windows color (decimal): -13279810 or 12475701. OLE color: 12475701.
HSL color Cylindrical-coordinate representation of color #355DBE: hue angle of 222.48º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355DBE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 93 | 190 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.25 |
| HSL | 222.48º | 0.56% | 0.48% | - |
| HSV(B) | 222.48º | 0.72% | 0.75% | - |
| XYZ | 14.68 | 12.3 | 50.32 | - |
| YUV | 92.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 190 | 0.72 | 0.51 | 0 | 0.25 | 222.48 | 0.56 | 0.48 |
| Hex | 35 | 5D | BE | 48 | 33 | 0 | 19 | DE | 38 | 30 |
| Octal | 65 | 135 | 276 | 110 | 63 | 0 | 31 | 336 | 70 | 60 |
| Binary | 110101 | 1011101 | 10111110 | 1001000 | 110011 | 0 | 11001 | 11011110 | 111000 | 110000 |
Color Harmonies of #355DBE
Complementary color
Monochromatic Colors of #355DBE
Black with #355DBE
Text Example
Text Example
White with #355DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DBE; }
p { color: rgb(53,93,190); }
H1.HeaderClassName
{
color: #355DBE;
}
.AnyTagClassName
{
color: #355DBE;
}
</style>
background-color css
<style>
a { background-color: #355DBE; }
a { background-color: rgb(53,93,190); }
div.DivClassName
{
background-color: #355DBE;
}
.BgClassName
{
background-color: #355DBE;
}
</style>
border-color css
<style>
span { border-color: #355DBE; }
span { border-color: rgb(53,93,190); }
td.TdClassName
{
border-color: #355DBE;
}
.TagClassName
{
border-color: #355DBE;
}
</style>