Shades of Cerulean Blue #3453AD
Tints of Cerulean Blue #3453AD
RGB
CMYK
RGB Variations
Color information
#3453AD (or 0x3453AD) is known color: Cerulean Blue. HEX triplet: 34, 53 and AD. RGB value is (52,83,173). Sum of RGB (Red+Green+Blue) = 52+83+173=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #3453AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3453AD is #CBAC52. Grayscale: #535353. Windows color (decimal): -13347923 or 11359028. OLE color: 11359028.
HSL color Cylindrical-coordinate representation of color #3453AD: hue angle of 224.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3453AD is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 83 | 173 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.32 |
| HSL | 224.63º | 0.54% | 0.44% | - |
| HSV(B) | 224.63º | 0.7% | 0.68% | - |
| XYZ | 12.05 | 9.93 | 40.82 | - |
| YUV | 83.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 173 | 0.70 | 0.52 | 0 | 0.32 | 224.63 | 0.54 | 0.44 |
| Hex | 34 | 53 | AD | 46 | 34 | 0 | 20 | E1 | 36 | 2C |
| Octal | 64 | 123 | 255 | 106 | 64 | 0 | 40 | 341 | 66 | 54 |
| Binary | 110100 | 1010011 | 10101101 | 1000110 | 110100 | 0 | 100000 | 11100001 | 110110 | 101100 |
Color Harmonies of #3453AD
Complementary color
Monochromatic Colors of #3453AD
Black with #3453AD
Text Example
Text Example
White with #3453AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453AD; }
p { color: rgb(52,83,173); }
H1.HeaderClassName
{
color: #3453AD;
}
.AnyTagClassName
{
color: #3453AD;
}
</style>
background-color css
<style>
a { background-color: #3453AD; }
a { background-color: rgb(52,83,173); }
div.DivClassName
{
background-color: #3453AD;
}
.BgClassName
{
background-color: #3453AD;
}
</style>
border-color css
<style>
span { border-color: #3453AD; }
span { border-color: rgb(52,83,173); }
td.TdClassName
{
border-color: #3453AD;
}
.TagClassName
{
border-color: #3453AD;
}
</style>