Shades of Cerulean Blue #3262BC
Tints of Cerulean Blue #3262BC
RGB
CMYK
RGB Variations
Color information
#3262BC (or 0x3262BC) is known color: Cerulean Blue. HEX triplet: 32, 62 and BC. RGB value is (50,98,188). Sum of RGB (Red+Green+Blue) = 50+98+188=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #3262BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262BC is #CD9D43. Grayscale: #5D5D5D. Windows color (decimal): -13475140 or 12345906. OLE color: 12345906.
HSL color Cylindrical-coordinate representation of color #3262BC: hue angle of 219.13º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3262BC is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 98 | 188 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.26 |
| HSL | 219.13º | 0.58% | 0.47% | - |
| HSV(B) | 219.13º | 0.73% | 0.74% | - |
| XYZ | 14.76 | 13.04 | 49.32 | - |
| YUV | 93.91 | 181.1 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 188 | 0.73 | 0.48 | 0 | 0.26 | 219.13 | 0.58 | 0.47 |
| Hex | 32 | 62 | BC | 49 | 30 | 0 | 1A | DB | 3A | 2F |
| Octal | 62 | 142 | 274 | 111 | 60 | 0 | 32 | 333 | 72 | 57 |
| Binary | 110010 | 1100010 | 10111100 | 1001001 | 110000 | 0 | 11010 | 11011011 | 111010 | 101111 |
Color Harmonies of #3262BC
Complementary color
Monochromatic Colors of #3262BC
Black with #3262BC
Text Example
Text Example
White with #3262BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262BC; }
p { color: rgb(50,98,188); }
H1.HeaderClassName
{
color: #3262BC;
}
.AnyTagClassName
{
color: #3262BC;
}
</style>
background-color css
<style>
a { background-color: #3262BC; }
a { background-color: rgb(50,98,188); }
div.DivClassName
{
background-color: #3262BC;
}
.BgClassName
{
background-color: #3262BC;
}
</style>
border-color css
<style>
span { border-color: #3262BC; }
span { border-color: rgb(50,98,188); }
td.TdClassName
{
border-color: #3262BC;
}
.TagClassName
{
border-color: #3262BC;
}
</style>