Shades of Cerulean Blue #3453AA
Tints of Cerulean Blue #3453AA
RGB
CMYK
RGB Variations
Color information
#3453AA (or 0x3453AA) is known color: Cerulean Blue. HEX triplet: 34, 53 and AA. RGB value is (52,83,170). Sum of RGB (Red+Green+Blue) = 52+83+170=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #3453AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3453AA is #CBAC55. Grayscale: #535353. Windows color (decimal): -13347926 or 11162420. OLE color: 11162420.
HSL color Cylindrical-coordinate representation of color #3453AA: hue angle of 224.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3453AA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 83 | 170 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.33 |
| HSL | 224.24º | 0.53% | 0.44% | - |
| HSV(B) | 224.24º | 0.69% | 0.67% | - |
| XYZ | 11.77 | 9.82 | 39.31 | - |
| YUV | 83.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 170 | 0.69 | 0.51 | 0 | 0.33 | 224.24 | 0.53 | 0.44 |
| Hex | 34 | 53 | AA | 45 | 33 | 0 | 21 | E0 | 35 | 2C |
| Octal | 64 | 123 | 252 | 105 | 63 | 0 | 41 | 340 | 65 | 54 |
| Binary | 110100 | 1010011 | 10101010 | 1000101 | 110011 | 0 | 100001 | 11100000 | 110101 | 101100 |
Color Harmonies of #3453AA
Complementary color
Monochromatic Colors of #3453AA
Black with #3453AA
Text Example
Text Example
White with #3453AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3453AA; }
p { color: rgb(52,83,170); }
H1.HeaderClassName
{
color: #3453AA;
}
.AnyTagClassName
{
color: #3453AA;
}
</style>
background-color css
<style>
a { background-color: #3453AA; }
a { background-color: rgb(52,83,170); }
div.DivClassName
{
background-color: #3453AA;
}
.BgClassName
{
background-color: #3453AA;
}
</style>
border-color css
<style>
span { border-color: #3453AA; }
span { border-color: rgb(52,83,170); }
td.TdClassName
{
border-color: #3453AA;
}
.TagClassName
{
border-color: #3453AA;
}
</style>