Shades of Cerulean Blue #335CBE
Tints of Cerulean Blue #335CBE
RGB
CMYK
RGB Variations
Color information
#335CBE (or 0x335CBE) is known color: Cerulean Blue. HEX triplet: 33, 5C and BE. RGB value is (51,92,190). Sum of RGB (Red+Green+Blue) = 51+92+190=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #335CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBE is #CCA341. Grayscale: #5A5A5A. Windows color (decimal): -13411138 or 12475443. OLE color: 12475443.
HSL color Cylindrical-coordinate representation of color #335CBE: hue angle of 222.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335CBE is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 92 | 190 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.25 |
| HSL | 222.3º | 0.58% | 0.47% | - |
| HSV(B) | 222.3º | 0.73% | 0.75% | - |
| XYZ | 14.49 | 12.08 | 50.28 | - |
| YUV | 90.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 190 | 0.73 | 0.52 | 0 | 0.25 | 222.3 | 0.58 | 0.47 |
| Hex | 33 | 5C | BE | 49 | 34 | 0 | 19 | DE | 3A | 2F |
| Octal | 63 | 134 | 276 | 111 | 64 | 0 | 31 | 336 | 72 | 57 |
| Binary | 110011 | 1011100 | 10111110 | 1001001 | 110100 | 0 | 11001 | 11011110 | 111010 | 101111 |
Color Harmonies of #335CBE
Complementary color
Monochromatic Colors of #335CBE
Black with #335CBE
Text Example
Text Example
White with #335CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CBE; }
p { color: rgb(51,92,190); }
H1.HeaderClassName
{
color: #335CBE;
}
.AnyTagClassName
{
color: #335CBE;
}
</style>
background-color css
<style>
a { background-color: #335CBE; }
a { background-color: rgb(51,92,190); }
div.DivClassName
{
background-color: #335CBE;
}
.BgClassName
{
background-color: #335CBE;
}
</style>
border-color css
<style>
span { border-color: #335CBE; }
span { border-color: rgb(51,92,190); }
td.TdClassName
{
border-color: #335CBE;
}
.TagClassName
{
border-color: #335CBE;
}
</style>