Shades of Cerulean Blue #355FB4
Tints of Cerulean Blue #355FB4
RGB
CMYK
RGB Variations
Color information
#355FB4 (or 0x355FB4) is known color: Cerulean Blue. HEX triplet: 35, 5F and B4. RGB value is (53,95,180). Sum of RGB (Red+Green+Blue) = 53+95+180=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #355FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FB4 is #CAA04B. Grayscale: #5B5B5B. Windows color (decimal): -13279308 or 11820853. OLE color: 11820853.
HSL color Cylindrical-coordinate representation of color #355FB4: hue angle of 220.16º 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 #355FB4 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 95 | 180 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.29 |
| HSL | 220.16º | 0.55% | 0.46% | - |
| HSV(B) | 220.16º | 0.71% | 0.71% | - |
| XYZ | 13.8 | 12.24 | 44.81 | - |
| YUV | 92.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 180 | 0.71 | 0.47 | 0 | 0.29 | 220.16 | 0.55 | 0.46 |
| Hex | 35 | 5F | B4 | 47 | 2F | 0 | 1D | DC | 37 | 2E |
| Octal | 65 | 137 | 264 | 107 | 57 | 0 | 35 | 334 | 67 | 56 |
| Binary | 110101 | 1011111 | 10110100 | 1000111 | 101111 | 0 | 11101 | 11011100 | 110111 | 101110 |
Color Harmonies of #355FB4
Complementary color
Monochromatic Colors of #355FB4
Black with #355FB4
Text Example
Text Example
White with #355FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355FB4; }
p { color: rgb(53,95,180); }
H1.HeaderClassName
{
color: #355FB4;
}
.AnyTagClassName
{
color: #355FB4;
}
</style>
background-color css
<style>
a { background-color: #355FB4; }
a { background-color: rgb(53,95,180); }
div.DivClassName
{
background-color: #355FB4;
}
.BgClassName
{
background-color: #355FB4;
}
</style>
border-color css
<style>
span { border-color: #355FB4; }
span { border-color: rgb(53,95,180); }
td.TdClassName
{
border-color: #355FB4;
}
.TagClassName
{
border-color: #355FB4;
}
</style>