Shades of Cerulean Blue #3555B4
Tints of Cerulean Blue #3555B4
RGB
CMYK
RGB Variations
Color information
#3555B4 (or 0x3555B4) is known color: Cerulean Blue. HEX triplet: 35, 55 and B4. RGB value is (53,85,180). Sum of RGB (Red+Green+Blue) = 53+85+180=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #3555B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3555B4 is #CAAA4B. Grayscale: #555555. Windows color (decimal): -13281868 or 11818293. OLE color: 11818293.
HSL color Cylindrical-coordinate representation of color #3555B4: hue angle of 224.88º 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 #3555B4 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 85 | 180 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.29 |
| HSL | 224.88º | 0.55% | 0.46% | - |
| HSV(B) | 224.88º | 0.71% | 0.71% | - |
| XYZ | 12.95 | 10.55 | 44.53 | - |
| YUV | 86.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 180 | 0.71 | 0.53 | 0 | 0.29 | 224.88 | 0.55 | 0.46 |
| Hex | 35 | 55 | B4 | 47 | 35 | 0 | 1D | E1 | 37 | 2E |
| Octal | 65 | 125 | 264 | 107 | 65 | 0 | 35 | 341 | 67 | 56 |
| Binary | 110101 | 1010101 | 10110100 | 1000111 | 110101 | 0 | 11101 | 11100001 | 110111 | 101110 |
Color Harmonies of #3555B4
Complementary color
Monochromatic Colors of #3555B4
Black with #3555B4
Text Example
Text Example
White with #3555B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3555B4; }
p { color: rgb(53,85,180); }
H1.HeaderClassName
{
color: #3555B4;
}
.AnyTagClassName
{
color: #3555B4;
}
</style>
background-color css
<style>
a { background-color: #3555B4; }
a { background-color: rgb(53,85,180); }
div.DivClassName
{
background-color: #3555B4;
}
.BgClassName
{
background-color: #3555B4;
}
</style>
border-color css
<style>
span { border-color: #3555B4; }
span { border-color: rgb(53,85,180); }
td.TdClassName
{
border-color: #3555B4;
}
.TagClassName
{
border-color: #3555B4;
}
</style>