Shades of Cerulean Blue #325ABD
Tints of Cerulean Blue #325ABD
RGB
CMYK
RGB Variations
Color information
#325ABD (or 0x325ABD) is known color: Cerulean Blue. HEX triplet: 32, 5A and BD. RGB value is (50,90,189). Sum of RGB (Red+Green+Blue) = 50+90+189=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #325ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ABD is #CDA542. Grayscale: #585858. Windows color (decimal): -13477187 or 12409394. OLE color: 12409394.
HSL color Cylindrical-coordinate representation of color #325ABD: hue angle of 222.73º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325ABD is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 90 | 189 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.26 |
| HSL | 222.73º | 0.58% | 0.47% | - |
| HSV(B) | 222.73º | 0.74% | 0.74% | - |
| XYZ | 14.16 | 11.66 | 49.65 | - |
| YUV | 89.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 189 | 0.74 | 0.52 | 0 | 0.26 | 222.73 | 0.58 | 0.47 |
| Hex | 32 | 5A | BD | 4A | 34 | 0 | 1A | DF | 3A | 2F |
| Octal | 62 | 132 | 275 | 112 | 64 | 0 | 32 | 337 | 72 | 57 |
| Binary | 110010 | 1011010 | 10111101 | 1001010 | 110100 | 0 | 11010 | 11011111 | 111010 | 101111 |
Color Harmonies of #325ABD
Complementary color
Monochromatic Colors of #325ABD
Black with #325ABD
Text Example
Text Example
White with #325ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ABD; }
p { color: rgb(50,90,189); }
H1.HeaderClassName
{
color: #325ABD;
}
.AnyTagClassName
{
color: #325ABD;
}
</style>
background-color css
<style>
a { background-color: #325ABD; }
a { background-color: rgb(50,90,189); }
div.DivClassName
{
background-color: #325ABD;
}
.BgClassName
{
background-color: #325ABD;
}
</style>
border-color css
<style>
span { border-color: #325ABD; }
span { border-color: rgb(50,90,189); }
td.TdClassName
{
border-color: #325ABD;
}
.TagClassName
{
border-color: #325ABD;
}
</style>