Shades of Cerulean Blue #3262CE
Tints of Cerulean Blue #3262CE
RGB
CMYK
RGB Variations
Color information
#3262CE (or 0x3262CE) is known color: Cerulean Blue. HEX triplet: 32, 62 and CE. RGB value is (50,98,206). Sum of RGB (Red+Green+Blue) = 50+98+206=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #3262CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262CE is #CD9D31. Grayscale: #5F5F5F. Windows color (decimal): -13475122 or 13525554. OLE color: 13525554.
HSL color Cylindrical-coordinate representation of color #3262CE: hue angle of 221.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3262CE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 98 | 206 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.19 |
| HSL | 221.54º | 0.61% | 0.5% | - |
| HSV(B) | 221.54º | 0.76% | 0.81% | - |
| XYZ | 16.82 | 13.87 | 60.18 | - |
| YUV | 95.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 206 | 0.76 | 0.52 | 0 | 0.19 | 221.54 | 0.61 | 0.5 |
| Hex | 32 | 62 | CE | 4C | 34 | 0 | 13 | DE | 3D | 32 |
| Octal | 62 | 142 | 316 | 114 | 64 | 0 | 23 | 336 | 75 | 62 |
| Binary | 110010 | 1100010 | 11001110 | 1001100 | 110100 | 0 | 10011 | 11011110 | 111101 | 110010 |
Color Harmonies of #3262CE
Complementary color
Monochromatic Colors of #3262CE
Black with #3262CE
Text Example
Text Example
White with #3262CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262CE; }
p { color: rgb(50,98,206); }
H1.HeaderClassName
{
color: #3262CE;
}
.AnyTagClassName
{
color: #3262CE;
}
</style>
background-color css
<style>
a { background-color: #3262CE; }
a { background-color: rgb(50,98,206); }
div.DivClassName
{
background-color: #3262CE;
}
.BgClassName
{
background-color: #3262CE;
}
</style>
border-color css
<style>
span { border-color: #3262CE; }
span { border-color: rgb(50,98,206); }
td.TdClassName
{
border-color: #3262CE;
}
.TagClassName
{
border-color: #3262CE;
}
</style>