Shades of Cerulean Blue #3453BD
Tints of Cerulean Blue #3453BD
RGB
CMYK
RGB Variations
Color information
#3453BD (or 0x3453BD) is known color: Cerulean Blue. HEX triplet: 34, 53 and BD. RGB value is (52,83,189). Sum of RGB (Red+Green+Blue) = 52+83+189=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #3453BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453BD is #CBAC42. Grayscale: #555555. Windows color (decimal): -13347907 or 12407604. OLE color: 12407604.
HSL color Cylindrical-coordinate representation of color #3453BD: hue angle of 226.42º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3453BD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 83 | 189 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.26 |
| HSL | 226.42º | 0.57% | 0.47% | - |
| HSV(B) | 226.42º | 0.72% | 0.74% | - |
| XYZ | 13.69 | 10.59 | 49.47 | - |
| YUV | 85.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 189 | 0.72 | 0.56 | 0 | 0.26 | 226.42 | 0.57 | 0.47 |
| Hex | 34 | 53 | BD | 48 | 38 | 0 | 1A | E2 | 39 | 2F |
| Octal | 64 | 123 | 275 | 110 | 70 | 0 | 32 | 342 | 71 | 57 |
| Binary | 110100 | 1010011 | 10111101 | 1001000 | 111000 | 0 | 11010 | 11100010 | 111001 | 101111 |
Color Harmonies of #3453BD
Complementary color
Monochromatic Colors of #3453BD
Black with #3453BD
Text Example
Text Example
White with #3453BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453BD; }
p { color: rgb(52,83,189); }
H1.HeaderClassName
{
color: #3453BD;
}
.AnyTagClassName
{
color: #3453BD;
}
</style>
background-color css
<style>
a { background-color: #3453BD; }
a { background-color: rgb(52,83,189); }
div.DivClassName
{
background-color: #3453BD;
}
.BgClassName
{
background-color: #3453BD;
}
</style>
border-color css
<style>
span { border-color: #3453BD; }
span { border-color: rgb(52,83,189); }
td.TdClassName
{
border-color: #3453BD;
}
.TagClassName
{
border-color: #3453BD;
}
</style>