Shades of Cerulean Blue #3262CA
Tints of Cerulean Blue #3262CA
RGB
CMYK
RGB Variations
Color information
#3262CA (or 0x3262CA) is known color: Cerulean Blue. HEX triplet: 32, 62 and CA. RGB value is (50,98,202). Sum of RGB (Red+Green+Blue) = 50+98+202=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #3262CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262CA is #CD9D35. Grayscale: #5F5F5F. Windows color (decimal): -13475126 or 13263410. OLE color: 13263410.
HSL color Cylindrical-coordinate representation of color #3262CA: hue angle of 221.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3262CA is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 98 | 202 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.21 |
| HSL | 221.05º | 0.6% | 0.49% | - |
| HSV(B) | 221.05º | 0.75% | 0.79% | - |
| XYZ | 16.34 | 13.68 | 57.66 | - |
| YUV | 95.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 202 | 0.75 | 0.51 | 0 | 0.21 | 221.05 | 0.6 | 0.49 |
| Hex | 32 | 62 | CA | 4B | 33 | 0 | 15 | DD | 3C | 31 |
| Octal | 62 | 142 | 312 | 113 | 63 | 0 | 25 | 335 | 74 | 61 |
| Binary | 110010 | 1100010 | 11001010 | 1001011 | 110011 | 0 | 10101 | 11011101 | 111100 | 110001 |
Color Harmonies of #3262CA
Complementary color
Monochromatic Colors of #3262CA
Black with #3262CA
Text Example
Text Example
White with #3262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262CA; }
p { color: rgb(50,98,202); }
H1.HeaderClassName
{
color: #3262CA;
}
.AnyTagClassName
{
color: #3262CA;
}
</style>
background-color css
<style>
a { background-color: #3262CA; }
a { background-color: rgb(50,98,202); }
div.DivClassName
{
background-color: #3262CA;
}
.BgClassName
{
background-color: #3262CA;
}
</style>
border-color css
<style>
span { border-color: #3262CA; }
span { border-color: rgb(50,98,202); }
td.TdClassName
{
border-color: #3262CA;
}
.TagClassName
{
border-color: #3262CA;
}
</style>