Shades of Cerulean Blue #3556B8
Tints of Cerulean Blue #3556B8
RGB
CMYK
RGB Variations
Color information
#3556B8 (or 0x3556B8) is known color: Cerulean Blue. HEX triplet: 35, 56 and B8. RGB value is (53,86,184). Sum of RGB (Red+Green+Blue) = 53+86+184=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #3556B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3556B8 is #CAA947. Grayscale: #565656. Windows color (decimal): -13281608 or 12080693. OLE color: 12080693.
HSL color Cylindrical-coordinate representation of color #3556B8: hue angle of 224.89º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3556B8 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 86 | 184 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.28 |
| HSL | 224.89º | 0.55% | 0.46% | - |
| HSV(B) | 224.89º | 0.71% | 0.72% | - |
| XYZ | 13.45 | 10.87 | 46.74 | - |
| YUV | 87.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 184 | 0.71 | 0.53 | 0 | 0.28 | 224.89 | 0.55 | 0.46 |
| Hex | 35 | 56 | B8 | 47 | 35 | 0 | 1C | E1 | 37 | 2E |
| Octal | 65 | 126 | 270 | 107 | 65 | 0 | 34 | 341 | 67 | 56 |
| Binary | 110101 | 1010110 | 10111000 | 1000111 | 110101 | 0 | 11100 | 11100001 | 110111 | 101110 |
Color Harmonies of #3556B8
Complementary color
Monochromatic Colors of #3556B8
Black with #3556B8
Text Example
Text Example
White with #3556B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3556B8; }
p { color: rgb(53,86,184); }
H1.HeaderClassName
{
color: #3556B8;
}
.AnyTagClassName
{
color: #3556B8;
}
</style>
background-color css
<style>
a { background-color: #3556B8; }
a { background-color: rgb(53,86,184); }
div.DivClassName
{
background-color: #3556B8;
}
.BgClassName
{
background-color: #3556B8;
}
</style>
border-color css
<style>
span { border-color: #3556B8; }
span { border-color: rgb(53,86,184); }
td.TdClassName
{
border-color: #3556B8;
}
.TagClassName
{
border-color: #3556B8;
}
</style>