Shades of Cerulean Blue #355FBA
Tints of Cerulean Blue #355FBA
RGB
CMYK
RGB Variations
Color information
#355FBA (or 0x355FBA) is known color: Cerulean Blue. HEX triplet: 35, 5F and BA. RGB value is (53,95,186). Sum of RGB (Red+Green+Blue) = 53+95+186=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #355FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FBA is #CAA045. Grayscale: #5C5C5C. Windows color (decimal): -13279302 or 12214069. OLE color: 12214069.
HSL color Cylindrical-coordinate representation of color #355FBA: hue angle of 221.05º 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 #355FBA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 95 | 186 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.27 |
| HSL | 221.05º | 0.56% | 0.47% | - |
| HSV(B) | 221.05º | 0.72% | 0.73% | - |
| XYZ | 14.42 | 12.49 | 48.1 | - |
| YUV | 92.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 186 | 0.72 | 0.49 | 0 | 0.27 | 221.05 | 0.56 | 0.47 |
| Hex | 35 | 5F | BA | 48 | 31 | 0 | 1B | DD | 38 | 2F |
| Octal | 65 | 137 | 272 | 110 | 61 | 0 | 33 | 335 | 70 | 57 |
| Binary | 110101 | 1011111 | 10111010 | 1001000 | 110001 | 0 | 11011 | 11011101 | 111000 | 101111 |
Color Harmonies of #355FBA
Complementary color
Monochromatic Colors of #355FBA
Black with #355FBA
Text Example
Text Example
White with #355FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FBA; }
p { color: rgb(53,95,186); }
H1.HeaderClassName
{
color: #355FBA;
}
.AnyTagClassName
{
color: #355FBA;
}
</style>
background-color css
<style>
a { background-color: #355FBA; }
a { background-color: rgb(53,95,186); }
div.DivClassName
{
background-color: #355FBA;
}
.BgClassName
{
background-color: #355FBA;
}
</style>
border-color css
<style>
span { border-color: #355FBA; }
span { border-color: rgb(53,95,186); }
td.TdClassName
{
border-color: #355FBA;
}
.TagClassName
{
border-color: #355FBA;
}
</style>