Shades of Cerulean Blue #325BCB
Tints of Cerulean Blue #325BCB
RGB
CMYK
RGB Variations
Color information
#325BCB (or 0x325BCB) is known color: Cerulean Blue. HEX triplet: 32, 5B and CB. RGB value is (50,91,203). Sum of RGB (Red+Green+Blue) = 50+91+203=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #325BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BCB is #CDA434. Grayscale: #5B5B5B. Windows color (decimal): -13476917 or 13327154. OLE color: 13327154.
HSL color Cylindrical-coordinate representation of color #325BCB: hue angle of 223.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325BCB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 91 | 203 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.20 |
| HSL | 223.92º | 0.6% | 0.5% | - |
| HSV(B) | 223.92º | 0.75% | 0.8% | - |
| XYZ | 15.84 | 12.47 | 58.07 | - |
| YUV | 91.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 203 | 0.75 | 0.55 | 0 | 0.20 | 223.92 | 0.6 | 0.5 |
| Hex | 32 | 5B | CB | 4B | 37 | 0 | 14 | E0 | 3C | 32 |
| Octal | 62 | 133 | 313 | 113 | 67 | 0 | 24 | 340 | 74 | 62 |
| Binary | 110010 | 1011011 | 11001011 | 1001011 | 110111 | 0 | 10100 | 11100000 | 111100 | 110010 |
Color Harmonies of #325BCB
Complementary color
Monochromatic Colors of #325BCB
Black with #325BCB
Text Example
Text Example
White with #325BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BCB; }
p { color: rgb(50,91,203); }
H1.HeaderClassName
{
color: #325BCB;
}
.AnyTagClassName
{
color: #325BCB;
}
</style>
background-color css
<style>
a { background-color: #325BCB; }
a { background-color: rgb(50,91,203); }
div.DivClassName
{
background-color: #325BCB;
}
.BgClassName
{
background-color: #325BCB;
}
</style>
border-color css
<style>
span { border-color: #325BCB; }
span { border-color: rgb(50,91,203); }
td.TdClassName
{
border-color: #325BCB;
}
.TagClassName
{
border-color: #325BCB;
}
</style>