Shades of Cerulean Blue #355DBA
Tints of Cerulean Blue #355DBA
RGB
CMYK
RGB Variations
Color information
#355DBA (or 0x355DBA) is known color: Cerulean Blue. HEX triplet: 35, 5D and BA. RGB value is (53,93,186). Sum of RGB (Red+Green+Blue) = 53+93+186=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #355DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DBA is #CAA245. Grayscale: #5B5B5B. Windows color (decimal): -13279814 or 12213557. OLE color: 12213557.
HSL color Cylindrical-coordinate representation of color #355DBA: hue angle of 221.95º 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 #355DBA is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 93 | 186 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.27 |
| HSL | 221.95º | 0.56% | 0.47% | - |
| HSV(B) | 221.95º | 0.72% | 0.73% | - |
| XYZ | 14.25 | 12.13 | 48.05 | - |
| YUV | 91.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 186 | 0.72 | 0.5 | 0 | 0.27 | 221.95 | 0.56 | 0.47 |
| Hex | 35 | 5D | BA | 48 | 32 | 0 | 1B | DE | 38 | 2F |
| Octal | 65 | 135 | 272 | 110 | 62 | 0 | 33 | 336 | 70 | 57 |
| Binary | 110101 | 1011101 | 10111010 | 1001000 | 110010 | 0 | 11011 | 11011110 | 111000 | 101111 |
Color Harmonies of #355DBA
Complementary color
Monochromatic Colors of #355DBA
Black with #355DBA
Text Example
Text Example
White with #355DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DBA; }
p { color: rgb(53,93,186); }
H1.HeaderClassName
{
color: #355DBA;
}
.AnyTagClassName
{
color: #355DBA;
}
</style>
background-color css
<style>
a { background-color: #355DBA; }
a { background-color: rgb(53,93,186); }
div.DivClassName
{
background-color: #355DBA;
}
.BgClassName
{
background-color: #355DBA;
}
</style>
border-color css
<style>
span { border-color: #355DBA; }
span { border-color: rgb(53,93,186); }
td.TdClassName
{
border-color: #355DBA;
}
.TagClassName
{
border-color: #355DBA;
}
</style>