Shades of Cerulean Blue #3363CB
Tints of Cerulean Blue #3363CB
RGB
CMYK
RGB Variations
Color information
#3363CB (or 0x3363CB) is known color: Cerulean Blue. HEX triplet: 33, 63 and CB. RGB value is (51,99,203). Sum of RGB (Red+Green+Blue) = 51+99+203=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #3363CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363CB is #CC9C34. Grayscale: #606060. Windows color (decimal): -13409333 or 13329203. OLE color: 13329203.
HSL color Cylindrical-coordinate representation of color #3363CB: hue angle of 221.05º degrees, saturation: 0.6, 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 #3363CB is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 99 | 203 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.20 |
| HSL | 221.05º | 0.6% | 0.5% | - |
| HSV(B) | 221.05º | 0.75% | 0.8% | - |
| XYZ | 16.61 | 13.94 | 58.32 | - |
| YUV | 96.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 203 | 0.75 | 0.51 | 0 | 0.20 | 221.05 | 0.6 | 0.5 |
| Hex | 33 | 63 | CB | 4B | 33 | 0 | 14 | DD | 3C | 32 |
| Octal | 63 | 143 | 313 | 113 | 63 | 0 | 24 | 335 | 74 | 62 |
| Binary | 110011 | 1100011 | 11001011 | 1001011 | 110011 | 0 | 10100 | 11011101 | 111100 | 110010 |
Color Harmonies of #3363CB
Complementary color
Monochromatic Colors of #3363CB
Black with #3363CB
Text Example
Text Example
White with #3363CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363CB; }
p { color: rgb(51,99,203); }
H1.HeaderClassName
{
color: #3363CB;
}
.AnyTagClassName
{
color: #3363CB;
}
</style>
background-color css
<style>
a { background-color: #3363CB; }
a { background-color: rgb(51,99,203); }
div.DivClassName
{
background-color: #3363CB;
}
.BgClassName
{
background-color: #3363CB;
}
</style>
border-color css
<style>
span { border-color: #3363CB; }
span { border-color: rgb(51,99,203); }
td.TdClassName
{
border-color: #3363CB;
}
.TagClassName
{
border-color: #3363CB;
}
</style>