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