Shades of Cerulean Blue #325EBC
Tints of Cerulean Blue #325EBC
RGB
CMYK
RGB Variations
Color information
#325EBC (or 0x325EBC) is known color: Cerulean Blue. HEX triplet: 32, 5E and BC. RGB value is (50,94,188). Sum of RGB (Red+Green+Blue) = 50+94+188=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #325EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EBC is #CDA143. Grayscale: #5B5B5B. Windows color (decimal): -13476164 or 12344882. OLE color: 12344882.
HSL color Cylindrical-coordinate representation of color #325EBC: hue angle of 220.87º 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 #325EBC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 94 | 188 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.26 |
| HSL | 220.87º | 0.58% | 0.47% | - |
| HSV(B) | 220.87º | 0.73% | 0.74% | - |
| XYZ | 14.4 | 12.31 | 49.2 | - |
| YUV | 91.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 188 | 0.73 | 0.50 | 0 | 0.26 | 220.87 | 0.58 | 0.47 |
| Hex | 32 | 5E | BC | 49 | 32 | 0 | 1A | DD | 3A | 2F |
| Octal | 62 | 136 | 274 | 111 | 62 | 0 | 32 | 335 | 72 | 57 |
| Binary | 110010 | 1011110 | 10111100 | 1001001 | 110010 | 0 | 11010 | 11011101 | 111010 | 101111 |
Color Harmonies of #325EBC
Complementary color
Monochromatic Colors of #325EBC
Black with #325EBC
Text Example
Text Example
White with #325EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EBC; }
p { color: rgb(50,94,188); }
H1.HeaderClassName
{
color: #325EBC;
}
.AnyTagClassName
{
color: #325EBC;
}
</style>
background-color css
<style>
a { background-color: #325EBC; }
a { background-color: rgb(50,94,188); }
div.DivClassName
{
background-color: #325EBC;
}
.BgClassName
{
background-color: #325EBC;
}
</style>
border-color css
<style>
span { border-color: #325EBC; }
span { border-color: rgb(50,94,188); }
td.TdClassName
{
border-color: #325EBC;
}
.TagClassName
{
border-color: #325EBC;
}
</style>