Shades of Cerulean Blue #325FBD
Tints of Cerulean Blue #325FBD
RGB
CMYK
RGB Variations
Color information
#325FBD (or 0x325FBD) is known color: Cerulean Blue. HEX triplet: 32, 5F and BD. RGB value is (50,95,189). Sum of RGB (Red+Green+Blue) = 50+95+189=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #325FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FBD is #CDA042. Grayscale: #5B5B5B. Windows color (decimal): -13475907 or 12410674. OLE color: 12410674.
HSL color Cylindrical-coordinate representation of color #325FBD: hue angle of 220.58º 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 #325FBD is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 95 | 189 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.26 |
| HSL | 220.58º | 0.58% | 0.47% | - |
| HSV(B) | 220.58º | 0.74% | 0.74% | - |
| XYZ | 14.59 | 12.54 | 49.79 | - |
| YUV | 92.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 189 | 0.74 | 0.50 | 0 | 0.26 | 220.58 | 0.58 | 0.47 |
| Hex | 32 | 5F | BD | 4A | 32 | 0 | 1A | DD | 3A | 2F |
| Octal | 62 | 137 | 275 | 112 | 62 | 0 | 32 | 335 | 72 | 57 |
| Binary | 110010 | 1011111 | 10111101 | 1001010 | 110010 | 0 | 11010 | 11011101 | 111010 | 101111 |
Color Harmonies of #325FBD
Complementary color
Monochromatic Colors of #325FBD
Black with #325FBD
Text Example
Text Example
White with #325FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FBD; }
p { color: rgb(50,95,189); }
H1.HeaderClassName
{
color: #325FBD;
}
.AnyTagClassName
{
color: #325FBD;
}
</style>
background-color css
<style>
a { background-color: #325FBD; }
a { background-color: rgb(50,95,189); }
div.DivClassName
{
background-color: #325FBD;
}
.BgClassName
{
background-color: #325FBD;
}
</style>
border-color css
<style>
span { border-color: #325FBD; }
span { border-color: rgb(50,95,189); }
td.TdClassName
{
border-color: #325FBD;
}
.TagClassName
{
border-color: #325FBD;
}
</style>