Shades of Cerulean Blue #325AB7
Tints of Cerulean Blue #325AB7
RGB
CMYK
RGB Variations
Color information
#325AB7 (or 0x325AB7) is known color: Cerulean Blue. HEX triplet: 32, 5A and B7. RGB value is (50,90,183). Sum of RGB (Red+Green+Blue) = 50+90+183=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #325AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AB7 is #CDA548. Grayscale: #585858. Windows color (decimal): -13477193 or 12016178. OLE color: 12016178.
HSL color Cylindrical-coordinate representation of color #325AB7: hue angle of 221.95º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325AB7 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 90 | 183 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.28 |
| HSL | 221.95º | 0.57% | 0.46% | - |
| HSV(B) | 221.95º | 0.73% | 0.72% | - |
| XYZ | 13.52 | 11.41 | 46.29 | - |
| YUV | 88.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 183 | 0.73 | 0.51 | 0 | 0.28 | 221.95 | 0.57 | 0.46 |
| Hex | 32 | 5A | B7 | 49 | 33 | 0 | 1C | DE | 39 | 2E |
| Octal | 62 | 132 | 267 | 111 | 63 | 0 | 34 | 336 | 71 | 56 |
| Binary | 110010 | 1011010 | 10110111 | 1001001 | 110011 | 0 | 11100 | 11011110 | 111001 | 101110 |
Color Harmonies of #325AB7
Complementary color
Monochromatic Colors of #325AB7
Black with #325AB7
Text Example
Text Example
White with #325AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AB7; }
p { color: rgb(50,90,183); }
H1.HeaderClassName
{
color: #325AB7;
}
.AnyTagClassName
{
color: #325AB7;
}
</style>
background-color css
<style>
a { background-color: #325AB7; }
a { background-color: rgb(50,90,183); }
div.DivClassName
{
background-color: #325AB7;
}
.BgClassName
{
background-color: #325AB7;
}
</style>
border-color css
<style>
span { border-color: #325AB7; }
span { border-color: rgb(50,90,183); }
td.TdClassName
{
border-color: #325AB7;
}
.TagClassName
{
border-color: #325AB7;
}
</style>