Shades of Cerulean Blue #3250AC
Tints of Cerulean Blue #3250AC
RGB
CMYK
RGB Variations
Color information
#3250AC (or 0x3250AC) is known color: Cerulean Blue. HEX triplet: 32, 50 and AC. RGB value is (50,80,172). Sum of RGB (Red+Green+Blue) = 50+80+172=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #3250AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3250AC is #CDAF53. Grayscale: #515151. Windows color (decimal): -13479764 or 11292722. OLE color: 11292722.
HSL color Cylindrical-coordinate representation of color #3250AC: hue angle of 225.25º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3250AC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 80 | 172 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.33 |
| HSL | 225.25º | 0.55% | 0.44% | - |
| HSV(B) | 225.25º | 0.71% | 0.67% | - |
| XYZ | 11.63 | 9.39 | 40.23 | - |
| YUV | 81.52 | 179.06 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 172 | 0.71 | 0.53 | 0 | 0.33 | 225.25 | 0.55 | 0.44 |
| Hex | 32 | 50 | AC | 47 | 35 | 0 | 21 | E1 | 37 | 2C |
| Octal | 62 | 120 | 254 | 107 | 65 | 0 | 41 | 341 | 67 | 54 |
| Binary | 110010 | 1010000 | 10101100 | 1000111 | 110101 | 0 | 100001 | 11100001 | 110111 | 101100 |
Color Harmonies of #3250AC
Complementary color
Monochromatic Colors of #3250AC
Black with #3250AC
Text Example
Text Example
White with #3250AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250AC; }
p { color: rgb(50,80,172); }
H1.HeaderClassName
{
color: #3250AC;
}
.AnyTagClassName
{
color: #3250AC;
}
</style>
background-color css
<style>
a { background-color: #3250AC; }
a { background-color: rgb(50,80,172); }
div.DivClassName
{
background-color: #3250AC;
}
.BgClassName
{
background-color: #3250AC;
}
</style>
border-color css
<style>
span { border-color: #3250AC; }
span { border-color: rgb(50,80,172); }
td.TdClassName
{
border-color: #3250AC;
}
.TagClassName
{
border-color: #3250AC;
}
</style>