Shades of Cerulean Blue #3262BA
Tints of Cerulean Blue #3262BA
RGB
CMYK
RGB Variations
Color information
#3262BA (or 0x3262BA) is known color: Cerulean Blue. HEX triplet: 32, 62 and BA. RGB value is (50,98,186). Sum of RGB (Red+Green+Blue) = 50+98+186=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #3262BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262BA is #CD9D45. Grayscale: #5D5D5D. Windows color (decimal): -13475142 or 12214834. OLE color: 12214834.
HSL color Cylindrical-coordinate representation of color #3262BA: hue angle of 218.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3262BA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 98 | 186 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.27 |
| HSL | 218.82º | 0.58% | 0.46% | - |
| HSV(B) | 218.82º | 0.73% | 0.73% | - |
| XYZ | 14.55 | 12.96 | 48.19 | - |
| YUV | 93.68 | 180.1 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 186 | 0.73 | 0.47 | 0 | 0.27 | 218.82 | 0.58 | 0.46 |
| Hex | 32 | 62 | BA | 49 | 2F | 0 | 1B | DB | 3A | 2E |
| Octal | 62 | 142 | 272 | 111 | 57 | 0 | 33 | 333 | 72 | 56 |
| Binary | 110010 | 1100010 | 10111010 | 1001001 | 101111 | 0 | 11011 | 11011011 | 111010 | 101110 |
Color Harmonies of #3262BA
Complementary color
Monochromatic Colors of #3262BA
Black with #3262BA
Text Example
Text Example
White with #3262BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262BA; }
p { color: rgb(50,98,186); }
H1.HeaderClassName
{
color: #3262BA;
}
.AnyTagClassName
{
color: #3262BA;
}
</style>
background-color css
<style>
a { background-color: #3262BA; }
a { background-color: rgb(50,98,186); }
div.DivClassName
{
background-color: #3262BA;
}
.BgClassName
{
background-color: #3262BA;
}
</style>
border-color css
<style>
span { border-color: #3262BA; }
span { border-color: rgb(50,98,186); }
td.TdClassName
{
border-color: #3262BA;
}
.TagClassName
{
border-color: #3262BA;
}
</style>