Shades of Cerulean Blue #3245BF
Tints of Cerulean Blue #3245BF
RGB
CMYK
RGB Variations
Color information
#3245BF (or 0x3245BF) is known color: Cerulean Blue. HEX triplet: 32, 45 and BF. RGB value is (50,69,191). Sum of RGB (Red+Green+Blue) = 50+69+191=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #3245BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245BF is #CDBA40. Grayscale: #4C4C4C. Windows color (decimal): -13482561 or 12535090. OLE color: 12535090.
HSL color Cylindrical-coordinate representation of color #3245BF: hue angle of 231.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3245BF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 69 | 191 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.25 |
| HSL | 231.91º | 0.59% | 0.47% | - |
| HSV(B) | 231.91º | 0.74% | 0.75% | - |
| XYZ | 12.85 | 8.7 | 50.29 | - |
| YUV | 77.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 191 | 0.74 | 0.64 | 0 | 0.25 | 231.91 | 0.59 | 0.47 |
| Hex | 32 | 45 | BF | 4A | 40 | 0 | 19 | E8 | 3B | 2F |
| Octal | 62 | 105 | 277 | 112 | 100 | 0 | 31 | 350 | 73 | 57 |
| Binary | 110010 | 1000101 | 10111111 | 1001010 | 1000000 | 0 | 11001 | 11101000 | 111011 | 101111 |
Color Harmonies of #3245BF
Complementary color
Monochromatic Colors of #3245BF
Black with #3245BF
Text Example
Text Example
White with #3245BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245BF; }
p { color: rgb(50,69,191); }
H1.HeaderClassName
{
color: #3245BF;
}
.AnyTagClassName
{
color: #3245BF;
}
</style>
background-color css
<style>
a { background-color: #3245BF; }
a { background-color: rgb(50,69,191); }
div.DivClassName
{
background-color: #3245BF;
}
.BgClassName
{
background-color: #3245BF;
}
</style>
border-color css
<style>
span { border-color: #3245BF; }
span { border-color: rgb(50,69,191); }
td.TdClassName
{
border-color: #3245BF;
}
.TagClassName
{
border-color: #3245BF;
}
</style>