Shades of Cerulean Blue #335EC6
Tints of Cerulean Blue #335EC6
RGB
CMYK
RGB Variations
Color information
#335EC6 (or 0x335EC6) is known color: Cerulean Blue. HEX triplet: 33, 5E and C6. RGB value is (51,94,198). Sum of RGB (Red+Green+Blue) = 51+94+198=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #335EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EC6 is #CCA139. Grayscale: #5C5C5C. Windows color (decimal): -13410618 or 13000243. OLE color: 13000243.
HSL color Cylindrical-coordinate representation of color #335EC6: hue angle of 222.45º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #335EC6 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 94 | 198 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.22 |
| HSL | 222.45º | 0.59% | 0.49% | - |
| HSV(B) | 222.45º | 0.74% | 0.78% | - |
| XYZ | 15.56 | 12.79 | 55.07 | - |
| YUV | 93 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 198 | 0.74 | 0.53 | 0 | 0.22 | 222.45 | 0.59 | 0.49 |
| Hex | 33 | 5E | C6 | 4A | 35 | 0 | 16 | DE | 3B | 31 |
| Octal | 63 | 136 | 306 | 112 | 65 | 0 | 26 | 336 | 73 | 61 |
| Binary | 110011 | 1011110 | 11000110 | 1001010 | 110101 | 0 | 10110 | 11011110 | 111011 | 110001 |
Color Harmonies of #335EC6
Complementary color
Monochromatic Colors of #335EC6
Black with #335EC6
Text Example
Text Example
White with #335EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EC6; }
p { color: rgb(51,94,198); }
H1.HeaderClassName
{
color: #335EC6;
}
.AnyTagClassName
{
color: #335EC6;
}
</style>
background-color css
<style>
a { background-color: #335EC6; }
a { background-color: rgb(51,94,198); }
div.DivClassName
{
background-color: #335EC6;
}
.BgClassName
{
background-color: #335EC6;
}
</style>
border-color css
<style>
span { border-color: #335EC6; }
span { border-color: rgb(51,94,198); }
td.TdClassName
{
border-color: #335EC6;
}
.TagClassName
{
border-color: #335EC6;
}
</style>