Shades of Cerulean Blue #325FBC
Tints of Cerulean Blue #325FBC
RGB
CMYK
RGB Variations
Color information
#325FBC (or 0x325FBC) is known color: Cerulean Blue. HEX triplet: 32, 5F and BC. RGB value is (50,95,188). Sum of RGB (Red+Green+Blue) = 50+95+188=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #325FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FBC is #CDA043. Grayscale: #5B5B5B. Windows color (decimal): -13475908 or 12345138. OLE color: 12345138.
HSL color Cylindrical-coordinate representation of color #325FBC: hue angle of 220.43º 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 #325FBC is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 95 | 188 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.26 |
| HSL | 220.43º | 0.58% | 0.47% | - |
| HSV(B) | 220.43º | 0.73% | 0.74% | - |
| XYZ | 14.48 | 12.49 | 49.22 | - |
| YUV | 92.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 188 | 0.73 | 0.49 | 0 | 0.26 | 220.43 | 0.58 | 0.47 |
| Hex | 32 | 5F | BC | 49 | 31 | 0 | 1A | DC | 3A | 2F |
| Octal | 62 | 137 | 274 | 111 | 61 | 0 | 32 | 334 | 72 | 57 |
| Binary | 110010 | 1011111 | 10111100 | 1001001 | 110001 | 0 | 11010 | 11011100 | 111010 | 101111 |
Color Harmonies of #325FBC
Complementary color
Monochromatic Colors of #325FBC
Black with #325FBC
Text Example
Text Example
White with #325FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FBC; }
p { color: rgb(50,95,188); }
H1.HeaderClassName
{
color: #325FBC;
}
.AnyTagClassName
{
color: #325FBC;
}
</style>
background-color css
<style>
a { background-color: #325FBC; }
a { background-color: rgb(50,95,188); }
div.DivClassName
{
background-color: #325FBC;
}
.BgClassName
{
background-color: #325FBC;
}
</style>
border-color css
<style>
span { border-color: #325FBC; }
span { border-color: rgb(50,95,188); }
td.TdClassName
{
border-color: #325FBC;
}
.TagClassName
{
border-color: #325FBC;
}
</style>