Shades of Cerulean Blue #3453BC
Tints of Cerulean Blue #3453BC
RGB
CMYK
RGB Variations
Color information
#3453BC (or 0x3453BC) is known color: Cerulean Blue. HEX triplet: 34, 53 and BC. RGB value is (52,83,188). Sum of RGB (Red+Green+Blue) = 52+83+188=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #3453BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453BC is #CBAC43. Grayscale: #555555. Windows color (decimal): -13347908 or 12342068. OLE color: 12342068.
HSL color Cylindrical-coordinate representation of color #3453BC: hue angle of 226.32º 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 #3453BC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 83 | 188 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.26 |
| HSL | 226.32º | 0.57% | 0.47% | - |
| HSV(B) | 226.32º | 0.72% | 0.74% | - |
| XYZ | 13.59 | 10.55 | 48.9 | - |
| YUV | 85.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 188 | 0.72 | 0.56 | 0 | 0.26 | 226.32 | 0.57 | 0.47 |
| Hex | 34 | 53 | BC | 48 | 38 | 0 | 1A | E2 | 39 | 2F |
| Octal | 64 | 123 | 274 | 110 | 70 | 0 | 32 | 342 | 71 | 57 |
| Binary | 110100 | 1010011 | 10111100 | 1001000 | 111000 | 0 | 11010 | 11100010 | 111001 | 101111 |
Color Harmonies of #3453BC
Complementary color
Monochromatic Colors of #3453BC
Black with #3453BC
Text Example
Text Example
White with #3453BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453BC; }
p { color: rgb(52,83,188); }
H1.HeaderClassName
{
color: #3453BC;
}
.AnyTagClassName
{
color: #3453BC;
}
</style>
background-color css
<style>
a { background-color: #3453BC; }
a { background-color: rgb(52,83,188); }
div.DivClassName
{
background-color: #3453BC;
}
.BgClassName
{
background-color: #3453BC;
}
</style>
border-color css
<style>
span { border-color: #3453BC; }
span { border-color: rgb(52,83,188); }
td.TdClassName
{
border-color: #3453BC;
}
.TagClassName
{
border-color: #3453BC;
}
</style>