Shades of Cerulean Blue #3253B1
Tints of Cerulean Blue #3253B1
RGB
CMYK
RGB Variations
Color information
#3253B1 (or 0x3253B1) is known color: Cerulean Blue. HEX triplet: 32, 53 and B1. RGB value is (50,83,177). Sum of RGB (Red+Green+Blue) = 50+83+177=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #3253B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3253B1 is #CDAC4E. Grayscale: #535353. Windows color (decimal): -13478991 or 11621170. OLE color: 11621170.
HSL color Cylindrical-coordinate representation of color #3253B1: hue angle of 224.41º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3253B1 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 83 | 177 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.31 |
| HSL | 224.41º | 0.56% | 0.45% | - |
| HSV(B) | 224.41º | 0.72% | 0.69% | - |
| XYZ | 12.34 | 10.04 | 42.88 | - |
| YUV | 83.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 177 | 0.72 | 0.53 | 0 | 0.31 | 224.41 | 0.56 | 0.45 |
| Hex | 32 | 53 | B1 | 48 | 35 | 0 | 1F | E0 | 38 | 2D |
| Octal | 62 | 123 | 261 | 110 | 65 | 0 | 37 | 340 | 70 | 55 |
| Binary | 110010 | 1010011 | 10110001 | 1001000 | 110101 | 0 | 11111 | 11100000 | 111000 | 101101 |
Color Harmonies of #3253B1
Complementary color
Monochromatic Colors of #3253B1
Black with #3253B1
Text Example
Text Example
White with #3253B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3253B1; }
p { color: rgb(50,83,177); }
H1.HeaderClassName
{
color: #3253B1;
}
.AnyTagClassName
{
color: #3253B1;
}
</style>
background-color css
<style>
a { background-color: #3253B1; }
a { background-color: rgb(50,83,177); }
div.DivClassName
{
background-color: #3253B1;
}
.BgClassName
{
background-color: #3253B1;
}
</style>
border-color css
<style>
span { border-color: #3253B1; }
span { border-color: rgb(50,83,177); }
td.TdClassName
{
border-color: #3253B1;
}
.TagClassName
{
border-color: #3253B1;
}
</style>