Shades of Cerulean Blue #335CBA
Tints of Cerulean Blue #335CBA
RGB
CMYK
RGB Variations
Color information
#335CBA (or 0x335CBA) is known color: Cerulean Blue. HEX triplet: 33, 5C and BA. RGB value is (51,92,186). Sum of RGB (Red+Green+Blue) = 51+92+186=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #335CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CBA is #CCA345. Grayscale: #5A5A5A. Windows color (decimal): -13411142 or 12213299. OLE color: 12213299.
HSL color Cylindrical-coordinate representation of color #335CBA: hue angle of 221.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335CBA is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 92 | 186 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.27 |
| HSL | 221.78º | 0.57% | 0.46% | - |
| HSV(B) | 221.78º | 0.73% | 0.73% | - |
| XYZ | 14.06 | 11.9 | 48.01 | - |
| YUV | 90.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 186 | 0.73 | 0.51 | 0 | 0.27 | 221.78 | 0.57 | 0.46 |
| Hex | 33 | 5C | BA | 49 | 33 | 0 | 1B | DE | 39 | 2E |
| Octal | 63 | 134 | 272 | 111 | 63 | 0 | 33 | 336 | 71 | 56 |
| Binary | 110011 | 1011100 | 10111010 | 1001001 | 110011 | 0 | 11011 | 11011110 | 111001 | 101110 |
Color Harmonies of #335CBA
Complementary color
Monochromatic Colors of #335CBA
Black with #335CBA
Text Example
Text Example
White with #335CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CBA; }
p { color: rgb(51,92,186); }
H1.HeaderClassName
{
color: #335CBA;
}
.AnyTagClassName
{
color: #335CBA;
}
</style>
background-color css
<style>
a { background-color: #335CBA; }
a { background-color: rgb(51,92,186); }
div.DivClassName
{
background-color: #335CBA;
}
.BgClassName
{
background-color: #335CBA;
}
</style>
border-color css
<style>
span { border-color: #335CBA; }
span { border-color: rgb(51,92,186); }
td.TdClassName
{
border-color: #335CBA;
}
.TagClassName
{
border-color: #335CBA;
}
</style>