Shades of Cerulean Blue #3363CA
Tints of Cerulean Blue #3363CA
RGB
CMYK
RGB Variations
Color information
#3363CA (or 0x3363CA) is known color: Cerulean Blue. HEX triplet: 33, 63 and CA. RGB value is (51,99,202). Sum of RGB (Red+Green+Blue) = 51+99+202=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #3363CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363CA is #CC9C35. Grayscale: #5F5F5F. Windows color (decimal): -13409334 or 13263667. OLE color: 13263667.
HSL color Cylindrical-coordinate representation of color #3363CA: hue angle of 220.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3363CA is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 99 | 202 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.21 |
| HSL | 220.93º | 0.6% | 0.5% | - |
| HSV(B) | 220.93º | 0.75% | 0.79% | - |
| XYZ | 16.49 | 13.89 | 57.69 | - |
| YUV | 96.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 202 | 0.75 | 0.51 | 0 | 0.21 | 220.93 | 0.6 | 0.5 |
| Hex | 33 | 63 | CA | 4B | 33 | 0 | 15 | DD | 3C | 32 |
| Octal | 63 | 143 | 312 | 113 | 63 | 0 | 25 | 335 | 74 | 62 |
| Binary | 110011 | 1100011 | 11001010 | 1001011 | 110011 | 0 | 10101 | 11011101 | 111100 | 110010 |
Color Harmonies of #3363CA
Complementary color
Monochromatic Colors of #3363CA
Black with #3363CA
Text Example
Text Example
White with #3363CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363CA; }
p { color: rgb(51,99,202); }
H1.HeaderClassName
{
color: #3363CA;
}
.AnyTagClassName
{
color: #3363CA;
}
</style>
background-color css
<style>
a { background-color: #3363CA; }
a { background-color: rgb(51,99,202); }
div.DivClassName
{
background-color: #3363CA;
}
.BgClassName
{
background-color: #3363CA;
}
</style>
border-color css
<style>
span { border-color: #3363CA; }
span { border-color: rgb(51,99,202); }
td.TdClassName
{
border-color: #3363CA;
}
.TagClassName
{
border-color: #3363CA;
}
</style>