Shades of Cerulean Blue #325BC4
Tints of Cerulean Blue #325BC4
RGB
CMYK
RGB Variations
Color information
#325BC4 (or 0x325BC4) is known color: Cerulean Blue. HEX triplet: 32, 5B and C4. RGB value is (50,91,196). Sum of RGB (Red+Green+Blue) = 50+91+196=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #325BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BC4 is #CDA43B. Grayscale: #5A5A5A. Windows color (decimal): -13476924 or 12868402. OLE color: 12868402.
HSL color Cylindrical-coordinate representation of color #325BC4: hue angle of 223.15º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325BC4 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 91 | 196 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.23 |
| HSL | 223.15º | 0.59% | 0.48% | - |
| HSV(B) | 223.15º | 0.74% | 0.77% | - |
| XYZ | 15.02 | 12.15 | 53.78 | - |
| YUV | 90.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 196 | 0.74 | 0.54 | 0 | 0.23 | 223.15 | 0.59 | 0.48 |
| Hex | 32 | 5B | C4 | 4A | 36 | 0 | 17 | DF | 3B | 30 |
| Octal | 62 | 133 | 304 | 112 | 66 | 0 | 27 | 337 | 73 | 60 |
| Binary | 110010 | 1011011 | 11000100 | 1001010 | 110110 | 0 | 10111 | 11011111 | 111011 | 110000 |
Color Harmonies of #325BC4
Complementary color
Monochromatic Colors of #325BC4
Black with #325BC4
Text Example
Text Example
White with #325BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BC4; }
p { color: rgb(50,91,196); }
H1.HeaderClassName
{
color: #325BC4;
}
.AnyTagClassName
{
color: #325BC4;
}
</style>
background-color css
<style>
a { background-color: #325BC4; }
a { background-color: rgb(50,91,196); }
div.DivClassName
{
background-color: #325BC4;
}
.BgClassName
{
background-color: #325BC4;
}
</style>
border-color css
<style>
span { border-color: #325BC4; }
span { border-color: rgb(50,91,196); }
td.TdClassName
{
border-color: #325BC4;
}
.TagClassName
{
border-color: #325BC4;
}
</style>