Shades of Cerulean Blue #3263CC
Tints of Cerulean Blue #3263CC
RGB
CMYK
RGB Variations
Color information
#3263CC (or 0x3263CC) is known color: Cerulean Blue. HEX triplet: 32, 63 and CC. RGB value is (50,99,204). Sum of RGB (Red+Green+Blue) = 50+99+204=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #3263CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263CC is #CD9C33. Grayscale: #5F5F5F. Windows color (decimal): -13474868 or 13394738. OLE color: 13394738.
HSL color Cylindrical-coordinate representation of color #3263CC: hue angle of 220.91º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3263CC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 99 | 204 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.2 |
| HSL | 220.91º | 0.61% | 0.5% | - |
| HSV(B) | 220.91º | 0.75% | 0.8% | - |
| XYZ | 16.68 | 13.96 | 58.94 | - |
| YUV | 96.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 204 | 0.75 | 0.51 | 0 | 0.2 | 220.91 | 0.61 | 0.5 |
| Hex | 32 | 63 | CC | 4B | 33 | 0 | 14 | DD | 3D | 32 |
| Octal | 62 | 143 | 314 | 113 | 63 | 0 | 24 | 335 | 75 | 62 |
| Binary | 110010 | 1100011 | 11001100 | 1001011 | 110011 | 0 | 10100 | 11011101 | 111101 | 110010 |
Color Harmonies of #3263CC
Complementary color
Monochromatic Colors of #3263CC
Black with #3263CC
Text Example
Text Example
White with #3263CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263CC; }
p { color: rgb(50,99,204); }
H1.HeaderClassName
{
color: #3263CC;
}
.AnyTagClassName
{
color: #3263CC;
}
</style>
background-color css
<style>
a { background-color: #3263CC; }
a { background-color: rgb(50,99,204); }
div.DivClassName
{
background-color: #3263CC;
}
.BgClassName
{
background-color: #3263CC;
}
</style>
border-color css
<style>
span { border-color: #3263CC; }
span { border-color: rgb(50,99,204); }
td.TdClassName
{
border-color: #3263CC;
}
.TagClassName
{
border-color: #3263CC;
}
</style>