Shades of Cerulean Blue #3454BB
Tints of Cerulean Blue #3454BB
RGB
CMYK
RGB Variations
Color information
#3454BB (or 0x3454BB) is known color: Cerulean Blue. HEX triplet: 34, 54 and BB. RGB value is (52,84,187). Sum of RGB (Red+Green+Blue) = 52+84+187=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #3454BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454BB is #CBAB44. Grayscale: #555555. Windows color (decimal): -13347653 or 12276788. OLE color: 12276788.
HSL color Cylindrical-coordinate representation of color #3454BB: hue angle of 225.78º 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 #3454BB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 84 | 187 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.27 |
| HSL | 225.78º | 0.56% | 0.47% | - |
| HSV(B) | 225.78º | 0.72% | 0.73% | - |
| XYZ | 13.56 | 10.66 | 48.36 | - |
| YUV | 86.17 | 184.9 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 187 | 0.72 | 0.55 | 0 | 0.27 | 225.78 | 0.56 | 0.47 |
| Hex | 34 | 54 | BB | 48 | 37 | 0 | 1B | E2 | 38 | 2F |
| Octal | 64 | 124 | 273 | 110 | 67 | 0 | 33 | 342 | 70 | 57 |
| Binary | 110100 | 1010100 | 10111011 | 1001000 | 110111 | 0 | 11011 | 11100010 | 111000 | 101111 |
Color Harmonies of #3454BB
Complementary color
Monochromatic Colors of #3454BB
Black with #3454BB
Text Example
Text Example
White with #3454BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3454BB; }
p { color: rgb(52,84,187); }
H1.HeaderClassName
{
color: #3454BB;
}
.AnyTagClassName
{
color: #3454BB;
}
</style>
background-color css
<style>
a { background-color: #3454BB; }
a { background-color: rgb(52,84,187); }
div.DivClassName
{
background-color: #3454BB;
}
.BgClassName
{
background-color: #3454BB;
}
</style>
border-color css
<style>
span { border-color: #3454BB; }
span { border-color: rgb(52,84,187); }
td.TdClassName
{
border-color: #3454BB;
}
.TagClassName
{
border-color: #3454BB;
}
</style>