Shades of Cerulean Blue #335EC8
Tints of Cerulean Blue #335EC8
RGB
CMYK
RGB Variations
Color information
#335EC8 (or 0x335EC8) is known color: Cerulean Blue. HEX triplet: 33, 5E and C8. RGB value is (51,94,200). Sum of RGB (Red+Green+Blue) = 51+94+200=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #335EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EC8 is #CCA137. Grayscale: #5C5C5C. Windows color (decimal): -13410616 or 13131315. OLE color: 13131315.
HSL color Cylindrical-coordinate representation of color #335EC8: hue angle of 222.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #335EC8 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 94 | 200 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.22 |
| HSL | 222.68º | 0.59% | 0.49% | - |
| HSV(B) | 222.68º | 0.75% | 0.78% | - |
| XYZ | 15.79 | 12.88 | 56.3 | - |
| YUV | 93.23 | 188.25 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 200 | 0.74 | 0.53 | 0 | 0.22 | 222.68 | 0.59 | 0.49 |
| Hex | 33 | 5E | C8 | 4A | 35 | 0 | 16 | DF | 3B | 31 |
| Octal | 63 | 136 | 310 | 112 | 65 | 0 | 26 | 337 | 73 | 61 |
| Binary | 110011 | 1011110 | 11001000 | 1001010 | 110101 | 0 | 10110 | 11011111 | 111011 | 110001 |
Color Harmonies of #335EC8
Complementary color
Monochromatic Colors of #335EC8
Black with #335EC8
Text Example
Text Example
White with #335EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EC8; }
p { color: rgb(51,94,200); }
H1.HeaderClassName
{
color: #335EC8;
}
.AnyTagClassName
{
color: #335EC8;
}
</style>
background-color css
<style>
a { background-color: #335EC8; }
a { background-color: rgb(51,94,200); }
div.DivClassName
{
background-color: #335EC8;
}
.BgClassName
{
background-color: #335EC8;
}
</style>
border-color css
<style>
span { border-color: #335EC8; }
span { border-color: rgb(51,94,200); }
td.TdClassName
{
border-color: #335EC8;
}
.TagClassName
{
border-color: #335EC8;
}
</style>