Shades of Cerulean Blue #3363CC
Tints of Cerulean Blue #3363CC
RGB
CMYK
RGB Variations
Color information
#3363CC (or 0x3363CC) is known color: Cerulean Blue. HEX triplet: 33, 63 and CC. RGB value is (51,99,204). Sum of RGB (Red+Green+Blue) = 51+99+204=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #3363CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3363CC is #CC9C33. Grayscale: #606060. Windows color (decimal): -13409332 or 13394739. OLE color: 13394739.
HSL color Cylindrical-coordinate representation of color #3363CC: hue angle of 221.18º 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 #3363CC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 99 | 204 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.2 |
| HSL | 221.18º | 0.6% | 0.5% | - |
| HSV(B) | 221.18º | 0.75% | 0.8% | - |
| XYZ | 16.73 | 13.99 | 58.94 | - |
| YUV | 96.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 204 | 0.75 | 0.51 | 0 | 0.2 | 221.18 | 0.6 | 0.5 |
| Hex | 33 | 63 | CC | 4B | 33 | 0 | 14 | DD | 3C | 32 |
| Octal | 63 | 143 | 314 | 113 | 63 | 0 | 24 | 335 | 74 | 62 |
| Binary | 110011 | 1100011 | 11001100 | 1001011 | 110011 | 0 | 10100 | 11011101 | 111100 | 110010 |
Color Harmonies of #3363CC
Complementary color
Monochromatic Colors of #3363CC
Black with #3363CC
Text Example
Text Example
White with #3363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363CC; }
p { color: rgb(51,99,204); }
H1.HeaderClassName
{
color: #3363CC;
}
.AnyTagClassName
{
color: #3363CC;
}
</style>
background-color css
<style>
a { background-color: #3363CC; }
a { background-color: rgb(51,99,204); }
div.DivClassName
{
background-color: #3363CC;
}
.BgClassName
{
background-color: #3363CC;
}
</style>
border-color css
<style>
span { border-color: #3363CC; }
span { border-color: rgb(51,99,204); }
td.TdClassName
{
border-color: #3363CC;
}
.TagClassName
{
border-color: #3363CC;
}
</style>