Shades of Cerulean Blue #3245BA
Tints of Cerulean Blue #3245BA
RGB
CMYK
RGB Variations
Color information
#3245BA (or 0x3245BA) is known color: Cerulean Blue. HEX triplet: 32, 45 and BA. RGB value is (50,69,186). Sum of RGB (Red+Green+Blue) = 50+69+186=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #3245BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245BA is #CDBA45. Grayscale: #4C4C4C. Windows color (decimal): -13482566 or 12207410. OLE color: 12207410.
HSL color Cylindrical-coordinate representation of color #3245BA: hue angle of 231.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3245BA is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 69 | 186 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.27 |
| HSL | 231.62º | 0.58% | 0.46% | - |
| HSV(B) | 231.62º | 0.73% | 0.73% | - |
| XYZ | 12.31 | 8.48 | 47.44 | - |
| YUV | 76.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 186 | 0.73 | 0.63 | 0 | 0.27 | 231.62 | 0.58 | 0.46 |
| Hex | 32 | 45 | BA | 49 | 3F | 0 | 1B | E8 | 3A | 2E |
| Octal | 62 | 105 | 272 | 111 | 77 | 0 | 33 | 350 | 72 | 56 |
| Binary | 110010 | 1000101 | 10111010 | 1001001 | 111111 | 0 | 11011 | 11101000 | 111010 | 101110 |
Color Harmonies of #3245BA
Complementary color
Monochromatic Colors of #3245BA
Black with #3245BA
Text Example
Text Example
White with #3245BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245BA; }
p { color: rgb(50,69,186); }
H1.HeaderClassName
{
color: #3245BA;
}
.AnyTagClassName
{
color: #3245BA;
}
</style>
background-color css
<style>
a { background-color: #3245BA; }
a { background-color: rgb(50,69,186); }
div.DivClassName
{
background-color: #3245BA;
}
.BgClassName
{
background-color: #3245BA;
}
</style>
border-color css
<style>
span { border-color: #3245BA; }
span { border-color: rgb(50,69,186); }
td.TdClassName
{
border-color: #3245BA;
}
.TagClassName
{
border-color: #3245BA;
}
</style>