Shades of Cerulean Blue #325AB4
Tints of Cerulean Blue #325AB4
RGB
CMYK
RGB Variations
Color information
#325AB4 (or 0x325AB4) is known color: Cerulean Blue. HEX triplet: 32, 5A and B4. RGB value is (50,90,180). Sum of RGB (Red+Green+Blue) = 50+90+180=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #325AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AB4 is #CDA54B. Grayscale: #575757. Windows color (decimal): -13477196 or 11819570. OLE color: 11819570.
HSL color Cylindrical-coordinate representation of color #325AB4: hue angle of 221.54º 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 #325AB4 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 90 | 180 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.29 |
| HSL | 221.54º | 0.57% | 0.45% | - |
| HSV(B) | 221.54º | 0.72% | 0.71% | - |
| XYZ | 13.21 | 11.29 | 44.66 | - |
| YUV | 88.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 180 | 0.72 | 0.50 | 0 | 0.29 | 221.54 | 0.57 | 0.45 |
| Hex | 32 | 5A | B4 | 48 | 32 | 0 | 1D | DE | 39 | 2D |
| Octal | 62 | 132 | 264 | 110 | 62 | 0 | 35 | 336 | 71 | 55 |
| Binary | 110010 | 1011010 | 10110100 | 1001000 | 110010 | 0 | 11101 | 11011110 | 111001 | 101101 |
Color Harmonies of #325AB4
Complementary color
Monochromatic Colors of #325AB4
Black with #325AB4
Text Example
Text Example
White with #325AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AB4; }
p { color: rgb(50,90,180); }
H1.HeaderClassName
{
color: #325AB4;
}
.AnyTagClassName
{
color: #325AB4;
}
</style>
background-color css
<style>
a { background-color: #325AB4; }
a { background-color: rgb(50,90,180); }
div.DivClassName
{
background-color: #325AB4;
}
.BgClassName
{
background-color: #325AB4;
}
</style>
border-color css
<style>
span { border-color: #325AB4; }
span { border-color: rgb(50,90,180); }
td.TdClassName
{
border-color: #325AB4;
}
.TagClassName
{
border-color: #325AB4;
}
</style>