Shades of Cerulean Blue #325DBB
Tints of Cerulean Blue #325DBB
RGB
CMYK
RGB Variations
Color information
#325DBB (or 0x325DBB) is known color: Cerulean Blue. HEX triplet: 32, 5D and BB. RGB value is (50,93,187). Sum of RGB (Red+Green+Blue) = 50+93+187=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #325DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DBB is #CDA244. Grayscale: #5A5A5A. Windows color (decimal): -13476421 or 12279090. OLE color: 12279090.
HSL color Cylindrical-coordinate representation of color #325DBB: hue angle of 221.17º 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 #325DBB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 93 | 187 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.27 |
| HSL | 221.17º | 0.58% | 0.46% | - |
| HSV(B) | 221.17º | 0.73% | 0.73% | - |
| XYZ | 14.2 | 12.09 | 48.6 | - |
| YUV | 90.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 187 | 0.73 | 0.50 | 0 | 0.27 | 221.17 | 0.58 | 0.46 |
| Hex | 32 | 5D | BB | 49 | 32 | 0 | 1B | DD | 3A | 2E |
| Octal | 62 | 135 | 273 | 111 | 62 | 0 | 33 | 335 | 72 | 56 |
| Binary | 110010 | 1011101 | 10111011 | 1001001 | 110010 | 0 | 11011 | 11011101 | 111010 | 101110 |
Color Harmonies of #325DBB
Complementary color
Monochromatic Colors of #325DBB
Black with #325DBB
Text Example
Text Example
White with #325DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DBB; }
p { color: rgb(50,93,187); }
H1.HeaderClassName
{
color: #325DBB;
}
.AnyTagClassName
{
color: #325DBB;
}
</style>
background-color css
<style>
a { background-color: #325DBB; }
a { background-color: rgb(50,93,187); }
div.DivClassName
{
background-color: #325DBB;
}
.BgClassName
{
background-color: #325DBB;
}
</style>
border-color css
<style>
span { border-color: #325DBB; }
span { border-color: rgb(50,93,187); }
td.TdClassName
{
border-color: #325DBB;
}
.TagClassName
{
border-color: #325DBB;
}
</style>