Shades of Cerulean Blue #3252B4
Tints of Cerulean Blue #3252B4
RGB
CMYK
RGB Variations
Color information
#3252B4 (or 0x3252B4) is known color: Cerulean Blue. HEX triplet: 32, 52 and B4. RGB value is (50,82,180). Sum of RGB (Red+Green+Blue) = 50+82+180=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #3252B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3252B4 is #CDAD4B. Grayscale: #535353. Windows color (decimal): -13479244 or 11817522. OLE color: 11817522.
HSL color Cylindrical-coordinate representation of color #3252B4: hue angle of 225.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3252B4 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 82 | 180 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.29 |
| HSL | 225.23º | 0.57% | 0.45% | - |
| HSV(B) | 225.23º | 0.72% | 0.71% | - |
| XYZ | 12.57 | 10.01 | 44.45 | - |
| YUV | 83.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 180 | 0.72 | 0.54 | 0 | 0.29 | 225.23 | 0.57 | 0.45 |
| Hex | 32 | 52 | B4 | 48 | 36 | 0 | 1D | E1 | 39 | 2D |
| Octal | 62 | 122 | 264 | 110 | 66 | 0 | 35 | 341 | 71 | 55 |
| Binary | 110010 | 1010010 | 10110100 | 1001000 | 110110 | 0 | 11101 | 11100001 | 111001 | 101101 |
Color Harmonies of #3252B4
Complementary color
Monochromatic Colors of #3252B4
Black with #3252B4
Text Example
Text Example
White with #3252B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3252B4; }
p { color: rgb(50,82,180); }
H1.HeaderClassName
{
color: #3252B4;
}
.AnyTagClassName
{
color: #3252B4;
}
</style>
background-color css
<style>
a { background-color: #3252B4; }
a { background-color: rgb(50,82,180); }
div.DivClassName
{
background-color: #3252B4;
}
.BgClassName
{
background-color: #3252B4;
}
</style>
border-color css
<style>
span { border-color: #3252B4; }
span { border-color: rgb(50,82,180); }
td.TdClassName
{
border-color: #3252B4;
}
.TagClassName
{
border-color: #3252B4;
}
</style>