Shades of Cerulean Blue #335FC0
Tints of Cerulean Blue #335FC0
RGB
CMYK
RGB Variations
Color information
#335FC0 (or 0x335FC0) is known color: Cerulean Blue. HEX triplet: 33, 5F and C0. RGB value is (51,95,192). Sum of RGB (Red+Green+Blue) = 51+95+192=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #335FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FC0 is #CCA03F. Grayscale: #5C5C5C. Windows color (decimal): -13410368 or 12607283. OLE color: 12607283.
HSL color Cylindrical-coordinate representation of color #335FC0: hue angle of 221.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335FC0 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 95 | 192 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.25 |
| HSL | 221.28º | 0.58% | 0.48% | - |
| HSV(B) | 221.28º | 0.73% | 0.75% | - |
| XYZ | 14.97 | 12.69 | 51.53 | - |
| YUV | 92.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 192 | 0.73 | 0.51 | 0 | 0.25 | 221.28 | 0.58 | 0.48 |
| Hex | 33 | 5F | C0 | 49 | 33 | 0 | 19 | DD | 3A | 30 |
| Octal | 63 | 137 | 300 | 111 | 63 | 0 | 31 | 335 | 72 | 60 |
| Binary | 110011 | 1011111 | 11000000 | 1001001 | 110011 | 0 | 11001 | 11011101 | 111010 | 110000 |
Color Harmonies of #335FC0
Complementary color
Monochromatic Colors of #335FC0
Black with #335FC0
Text Example
Text Example
White with #335FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FC0; }
p { color: rgb(51,95,192); }
H1.HeaderClassName
{
color: #335FC0;
}
.AnyTagClassName
{
color: #335FC0;
}
</style>
background-color css
<style>
a { background-color: #335FC0; }
a { background-color: rgb(51,95,192); }
div.DivClassName
{
background-color: #335FC0;
}
.BgClassName
{
background-color: #335FC0;
}
</style>
border-color css
<style>
span { border-color: #335FC0; }
span { border-color: rgb(51,95,192); }
td.TdClassName
{
border-color: #335FC0;
}
.TagClassName
{
border-color: #335FC0;
}
</style>