Shades of Cerulean Blue #3253BD
Tints of Cerulean Blue #3253BD
RGB
CMYK
RGB Variations
Color information
#3253BD (or 0x3253BD) is known color: Cerulean Blue. HEX triplet: 32, 53 and BD. RGB value is (50,83,189). Sum of RGB (Red+Green+Blue) = 50+83+189=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #3253BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3253BD is #CDAC42. Grayscale: #545454. Windows color (decimal): -13478979 or 12407602. OLE color: 12407602.
HSL color Cylindrical-coordinate representation of color #3253BD: hue angle of 225.76º 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 #3253BD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 83 | 189 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.26 |
| HSL | 225.76º | 0.58% | 0.47% | - |
| HSV(B) | 225.76º | 0.74% | 0.74% | - |
| XYZ | 13.59 | 10.54 | 49.46 | - |
| YUV | 85.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 189 | 0.74 | 0.56 | 0 | 0.26 | 225.76 | 0.58 | 0.47 |
| Hex | 32 | 53 | BD | 4A | 38 | 0 | 1A | E2 | 3A | 2F |
| Octal | 62 | 123 | 275 | 112 | 70 | 0 | 32 | 342 | 72 | 57 |
| Binary | 110010 | 1010011 | 10111101 | 1001010 | 111000 | 0 | 11010 | 11100010 | 111010 | 101111 |
Color Harmonies of #3253BD
Complementary color
Monochromatic Colors of #3253BD
Black with #3253BD
Text Example
Text Example
White with #3253BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3253BD; }
p { color: rgb(50,83,189); }
H1.HeaderClassName
{
color: #3253BD;
}
.AnyTagClassName
{
color: #3253BD;
}
</style>
background-color css
<style>
a { background-color: #3253BD; }
a { background-color: rgb(50,83,189); }
div.DivClassName
{
background-color: #3253BD;
}
.BgClassName
{
background-color: #3253BD;
}
</style>
border-color css
<style>
span { border-color: #3253BD; }
span { border-color: rgb(50,83,189); }
td.TdClassName
{
border-color: #3253BD;
}
.TagClassName
{
border-color: #3253BD;
}
</style>