Shades of Cerulean Blue #3263CA
Tints of Cerulean Blue #3263CA
RGB
CMYK
RGB Variations
Color information
#3263CA (or 0x3263CA) is known color: Cerulean Blue. HEX triplet: 32, 63 and CA. RGB value is (50,99,202). Sum of RGB (Red+Green+Blue) = 50+99+202=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #3263CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263CA is #CD9C35. Grayscale: #5F5F5F. Windows color (decimal): -13474870 or 13263666. OLE color: 13263666.
HSL color Cylindrical-coordinate representation of color #3263CA: hue angle of 220.66º 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 #3263CA is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 99 | 202 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.21 |
| HSL | 220.66º | 0.6% | 0.49% | - |
| HSV(B) | 220.66º | 0.75% | 0.79% | - |
| XYZ | 16.44 | 13.87 | 57.69 | - |
| YUV | 96.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 202 | 0.75 | 0.51 | 0 | 0.21 | 220.66 | 0.6 | 0.49 |
| Hex | 32 | 63 | CA | 4B | 33 | 0 | 15 | DD | 3C | 31 |
| Octal | 62 | 143 | 312 | 113 | 63 | 0 | 25 | 335 | 74 | 61 |
| Binary | 110010 | 1100011 | 11001010 | 1001011 | 110011 | 0 | 10101 | 11011101 | 111100 | 110001 |
Color Harmonies of #3263CA
Complementary color
Monochromatic Colors of #3263CA
Black with #3263CA
Text Example
Text Example
White with #3263CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263CA; }
p { color: rgb(50,99,202); }
H1.HeaderClassName
{
color: #3263CA;
}
.AnyTagClassName
{
color: #3263CA;
}
</style>
background-color css
<style>
a { background-color: #3263CA; }
a { background-color: rgb(50,99,202); }
div.DivClassName
{
background-color: #3263CA;
}
.BgClassName
{
background-color: #3263CA;
}
</style>
border-color css
<style>
span { border-color: #3263CA; }
span { border-color: rgb(50,99,202); }
td.TdClassName
{
border-color: #3263CA;
}
.TagClassName
{
border-color: #3263CA;
}
</style>