Shades of Cerulean Blue #3262CF
Tints of Cerulean Blue #3262CF
RGB
CMYK
RGB Variations
Color information
#3262CF (or 0x3262CF) is known color: Cerulean Blue. HEX triplet: 32, 62 and CF. RGB value is (50,98,207). Sum of RGB (Red+Green+Blue) = 50+98+207=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #3262CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262CF is #CD9D30. Grayscale: #5F5F5F. Windows color (decimal): -13475121 or 13591090. OLE color: 13591090.
HSL color Cylindrical-coordinate representation of color #3262CF: hue angle of 221.66º degrees, saturation: 0.62, 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 #3262CF is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 98 | 207 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.19 |
| HSL | 221.66º | 0.62% | 0.5% | - |
| HSV(B) | 221.66º | 0.76% | 0.81% | - |
| XYZ | 16.95 | 13.92 | 60.82 | - |
| YUV | 96.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 207 | 0.76 | 0.53 | 0 | 0.19 | 221.66 | 0.62 | 0.5 |
| Hex | 32 | 62 | CF | 4C | 35 | 0 | 13 | DE | 3E | 32 |
| Octal | 62 | 142 | 317 | 114 | 65 | 0 | 23 | 336 | 76 | 62 |
| Binary | 110010 | 1100010 | 11001111 | 1001100 | 110101 | 0 | 10011 | 11011110 | 111110 | 110010 |
Color Harmonies of #3262CF
Complementary color
Monochromatic Colors of #3262CF
Black with #3262CF
Text Example
Text Example
White with #3262CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3262CF; }
p { color: rgb(50,98,207); }
H1.HeaderClassName
{
color: #3262CF;
}
.AnyTagClassName
{
color: #3262CF;
}
</style>
background-color css
<style>
a { background-color: #3262CF; }
a { background-color: rgb(50,98,207); }
div.DivClassName
{
background-color: #3262CF;
}
.BgClassName
{
background-color: #3262CF;
}
</style>
border-color css
<style>
span { border-color: #3262CF; }
span { border-color: rgb(50,98,207); }
td.TdClassName
{
border-color: #3262CF;
}
.TagClassName
{
border-color: #3262CF;
}
</style>