Shades of Cerulean Blue #3262BE
Tints of Cerulean Blue #3262BE
RGB
CMYK
RGB Variations
Color information
#3262BE (or 0x3262BE) is known color: Cerulean Blue. HEX triplet: 32, 62 and BE. RGB value is (50,98,190). Sum of RGB (Red+Green+Blue) = 50+98+190=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #3262BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262BE is #CD9D41. Grayscale: #5D5D5D. Windows color (decimal): -13475138 or 12476978. OLE color: 12476978.
HSL color Cylindrical-coordinate representation of color #3262BE: hue angle of 219.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3262BE is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 98 | 190 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.25 |
| HSL | 219.43º | 0.58% | 0.47% | - |
| HSV(B) | 219.43º | 0.74% | 0.75% | - |
| XYZ | 14.98 | 13.13 | 50.46 | - |
| YUV | 94.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 190 | 0.74 | 0.48 | 0 | 0.25 | 219.43 | 0.58 | 0.47 |
| Hex | 32 | 62 | BE | 4A | 30 | 0 | 19 | DB | 3A | 2F |
| Octal | 62 | 142 | 276 | 112 | 60 | 0 | 31 | 333 | 72 | 57 |
| Binary | 110010 | 1100010 | 10111110 | 1001010 | 110000 | 0 | 11001 | 11011011 | 111010 | 101111 |
Color Harmonies of #3262BE
Complementary color
Monochromatic Colors of #3262BE
Black with #3262BE
Text Example
Text Example
White with #3262BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262BE; }
p { color: rgb(50,98,190); }
H1.HeaderClassName
{
color: #3262BE;
}
.AnyTagClassName
{
color: #3262BE;
}
</style>
background-color css
<style>
a { background-color: #3262BE; }
a { background-color: rgb(50,98,190); }
div.DivClassName
{
background-color: #3262BE;
}
.BgClassName
{
background-color: #3262BE;
}
</style>
border-color css
<style>
span { border-color: #3262BE; }
span { border-color: rgb(50,98,190); }
td.TdClassName
{
border-color: #3262BE;
}
.TagClassName
{
border-color: #3262BE;
}
</style>