Shades of Cerulean Blue #325EBA
Tints of Cerulean Blue #325EBA
RGB
CMYK
RGB Variations
Color information
#325EBA (or 0x325EBA) is known color: Cerulean Blue. HEX triplet: 32, 5E and BA. RGB value is (50,94,186). Sum of RGB (Red+Green+Blue) = 50+94+186=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #325EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EBA is #CDA145. Grayscale: #5A5A5A. Windows color (decimal): -13476166 or 12213810. OLE color: 12213810.
HSL color Cylindrical-coordinate representation of color #325EBA: hue angle of 220.59º 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 #325EBA is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 94 | 186 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.27 |
| HSL | 220.59º | 0.58% | 0.46% | - |
| HSV(B) | 220.59º | 0.73% | 0.73% | - |
| XYZ | 14.18 | 12.23 | 48.07 | - |
| YUV | 91.33 | 181.42 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 186 | 0.73 | 0.49 | 0 | 0.27 | 220.59 | 0.58 | 0.46 |
| Hex | 32 | 5E | BA | 49 | 31 | 0 | 1B | DD | 3A | 2E |
| Octal | 62 | 136 | 272 | 111 | 61 | 0 | 33 | 335 | 72 | 56 |
| Binary | 110010 | 1011110 | 10111010 | 1001001 | 110001 | 0 | 11011 | 11011101 | 111010 | 101110 |
Color Harmonies of #325EBA
Complementary color
Monochromatic Colors of #325EBA
Black with #325EBA
Text Example
Text Example
White with #325EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EBA; }
p { color: rgb(50,94,186); }
H1.HeaderClassName
{
color: #325EBA;
}
.AnyTagClassName
{
color: #325EBA;
}
</style>
background-color css
<style>
a { background-color: #325EBA; }
a { background-color: rgb(50,94,186); }
div.DivClassName
{
background-color: #325EBA;
}
.BgClassName
{
background-color: #325EBA;
}
</style>
border-color css
<style>
span { border-color: #325EBA; }
span { border-color: rgb(50,94,186); }
td.TdClassName
{
border-color: #325EBA;
}
.TagClassName
{
border-color: #325EBA;
}
</style>