Shades of Cerulean Blue #3246AD
Tints of Cerulean Blue #3246AD
RGB
CMYK
RGB Variations
Color information
#3246AD (or 0x3246AD) is known color: Cerulean Blue. HEX triplet: 32, 46 and AD. RGB value is (50,70,173). Sum of RGB (Red+Green+Blue) = 50+70+173=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3246AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3246AD is #CDB952. Grayscale: #4B4B4B. Windows color (decimal): -13482323 or 11355698. OLE color: 11355698.
HSL color Cylindrical-coordinate representation of color #3246AD: hue angle of 230.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3246AD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 70 | 173 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.32 |
| HSL | 230.24º | 0.55% | 0.44% | - |
| HSV(B) | 230.24º | 0.71% | 0.68% | - |
| XYZ | 11.05 | 8.08 | 40.51 | - |
| YUV | 75.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 173 | 0.71 | 0.60 | 0 | 0.32 | 230.24 | 0.55 | 0.44 |
| Hex | 32 | 46 | AD | 47 | 3C | 0 | 20 | E6 | 37 | 2C |
| Octal | 62 | 106 | 255 | 107 | 74 | 0 | 40 | 346 | 67 | 54 |
| Binary | 110010 | 1000110 | 10101101 | 1000111 | 111100 | 0 | 100000 | 11100110 | 110111 | 101100 |
Color Harmonies of #3246AD
Complementary color
Monochromatic Colors of #3246AD
Black with #3246AD
Text Example
Text Example
White with #3246AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246AD; }
p { color: rgb(50,70,173); }
H1.HeaderClassName
{
color: #3246AD;
}
.AnyTagClassName
{
color: #3246AD;
}
</style>
background-color css
<style>
a { background-color: #3246AD; }
a { background-color: rgb(50,70,173); }
div.DivClassName
{
background-color: #3246AD;
}
.BgClassName
{
background-color: #3246AD;
}
</style>
border-color css
<style>
span { border-color: #3246AD; }
span { border-color: rgb(50,70,173); }
td.TdClassName
{
border-color: #3246AD;
}
.TagClassName
{
border-color: #3246AD;
}
</style>