Shades of Cerulean Blue #3455BB
Tints of Cerulean Blue #3455BB
RGB
CMYK
RGB Variations
Color information
#3455BB (or 0x3455BB) is known color: Cerulean Blue. HEX triplet: 34, 55 and BB. RGB value is (52,85,187). Sum of RGB (Red+Green+Blue) = 52+85+187=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #3455BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3455BB is #CBAA44. Grayscale: #565656. Windows color (decimal): -13347397 or 12277044. OLE color: 12277044.
HSL color Cylindrical-coordinate representation of color #3455BB: hue angle of 225.33º 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 #3455BB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 85 | 187 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.27 |
| HSL | 225.33º | 0.56% | 0.47% | - |
| HSV(B) | 225.33º | 0.72% | 0.73% | - |
| XYZ | 13.63 | 10.81 | 48.38 | - |
| YUV | 86.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 187 | 0.72 | 0.55 | 0 | 0.27 | 225.33 | 0.56 | 0.47 |
| Hex | 34 | 55 | BB | 48 | 37 | 0 | 1B | E1 | 38 | 2F |
| Octal | 64 | 125 | 273 | 110 | 67 | 0 | 33 | 341 | 70 | 57 |
| Binary | 110100 | 1010101 | 10111011 | 1001000 | 110111 | 0 | 11011 | 11100001 | 111000 | 101111 |
Color Harmonies of #3455BB
Complementary color
Monochromatic Colors of #3455BB
Black with #3455BB
Text Example
Text Example
White with #3455BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3455BB; }
p { color: rgb(52,85,187); }
H1.HeaderClassName
{
color: #3455BB;
}
.AnyTagClassName
{
color: #3455BB;
}
</style>
background-color css
<style>
a { background-color: #3455BB; }
a { background-color: rgb(52,85,187); }
div.DivClassName
{
background-color: #3455BB;
}
.BgClassName
{
background-color: #3455BB;
}
</style>
border-color css
<style>
span { border-color: #3455BB; }
span { border-color: rgb(52,85,187); }
td.TdClassName
{
border-color: #3455BB;
}
.TagClassName
{
border-color: #3455BB;
}
</style>