Shades of Cerulean Blue #3245BC
Tints of Cerulean Blue #3245BC
RGB
CMYK
RGB Variations
Color information
#3245BC (or 0x3245BC) is known color: Cerulean Blue. HEX triplet: 32, 45 and BC. RGB value is (50,69,188). Sum of RGB (Red+Green+Blue) = 50+69+188=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #3245BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245BC is #CDBA43. Grayscale: #4C4C4C. Windows color (decimal): -13482564 or 12338482. OLE color: 12338482.
HSL color Cylindrical-coordinate representation of color #3245BC: hue angle of 231.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3245BC is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 69 | 188 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.26 |
| HSL | 231.74º | 0.58% | 0.47% | - |
| HSV(B) | 231.74º | 0.73% | 0.74% | - |
| XYZ | 12.52 | 8.57 | 48.57 | - |
| YUV | 76.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 188 | 0.73 | 0.63 | 0 | 0.26 | 231.74 | 0.58 | 0.47 |
| Hex | 32 | 45 | BC | 49 | 3F | 0 | 1A | E8 | 3A | 2F |
| Octal | 62 | 105 | 274 | 111 | 77 | 0 | 32 | 350 | 72 | 57 |
| Binary | 110010 | 1000101 | 10111100 | 1001001 | 111111 | 0 | 11010 | 11101000 | 111010 | 101111 |
Color Harmonies of #3245BC
Complementary color
Monochromatic Colors of #3245BC
Black with #3245BC
Text Example
Text Example
White with #3245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245BC; }
p { color: rgb(50,69,188); }
H1.HeaderClassName
{
color: #3245BC;
}
.AnyTagClassName
{
color: #3245BC;
}
</style>
background-color css
<style>
a { background-color: #3245BC; }
a { background-color: rgb(50,69,188); }
div.DivClassName
{
background-color: #3245BC;
}
.BgClassName
{
background-color: #3245BC;
}
</style>
border-color css
<style>
span { border-color: #3245BC; }
span { border-color: rgb(50,69,188); }
td.TdClassName
{
border-color: #3245BC;
}
.TagClassName
{
border-color: #3245BC;
}
</style>