Shades of Cerulean Blue #3546AF
Tints of Cerulean Blue #3546AF
RGB
CMYK
RGB Variations
Color information
#3546AF (or 0x3546AF) is known color: Cerulean Blue. HEX triplet: 35, 46 and AF. RGB value is (53,70,175). Sum of RGB (Red+Green+Blue) = 53+70+175=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #3546AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3546AF is #CAB950. Grayscale: #4C4C4C. Windows color (decimal): -13285713 or 11486773. OLE color: 11486773.
HSL color Cylindrical-coordinate representation of color #3546AF: hue angle of 231.64º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3546AF is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 70 | 175 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.31 |
| HSL | 231.64º | 0.54% | 0.45% | - |
| HSV(B) | 231.64º | 0.7% | 0.69% | - |
| XYZ | 11.4 | 8.23 | 41.55 | - |
| YUV | 76.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 175 | 0.70 | 0.60 | 0 | 0.31 | 231.64 | 0.54 | 0.45 |
| Hex | 35 | 46 | AF | 46 | 3C | 0 | 1F | E8 | 36 | 2D |
| Octal | 65 | 106 | 257 | 106 | 74 | 0 | 37 | 350 | 66 | 55 |
| Binary | 110101 | 1000110 | 10101111 | 1000110 | 111100 | 0 | 11111 | 11101000 | 110110 | 101101 |
Color Harmonies of #3546AF
Complementary color
Monochromatic Colors of #3546AF
Black with #3546AF
Text Example
Text Example
White with #3546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3546AF; }
p { color: rgb(53,70,175); }
H1.HeaderClassName
{
color: #3546AF;
}
.AnyTagClassName
{
color: #3546AF;
}
</style>
background-color css
<style>
a { background-color: #3546AF; }
a { background-color: rgb(53,70,175); }
div.DivClassName
{
background-color: #3546AF;
}
.BgClassName
{
background-color: #3546AF;
}
</style>
border-color css
<style>
span { border-color: #3546AF; }
span { border-color: rgb(53,70,175); }
td.TdClassName
{
border-color: #3546AF;
}
.TagClassName
{
border-color: #3546AF;
}
</style>