Shades of Cerulean Blue #3353B9
Tints of Cerulean Blue #3353B9
RGB
CMYK
RGB Variations
Color information
#3353B9 (or 0x3353B9) is known color: Cerulean Blue. HEX triplet: 33, 53 and B9. RGB value is (51,83,185). Sum of RGB (Red+Green+Blue) = 51+83+185=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #3353B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3353B9 is #CCAC46. Grayscale: #545454. Windows color (decimal): -13413447 or 12145459. OLE color: 12145459.
HSL color Cylindrical-coordinate representation of color #3353B9: hue angle of 225.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3353B9 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 83 | 185 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.27 |
| HSL | 225.67º | 0.57% | 0.46% | - |
| HSV(B) | 225.67º | 0.72% | 0.73% | - |
| XYZ | 13.22 | 10.39 | 47.21 | - |
| YUV | 85.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 185 | 0.72 | 0.55 | 0 | 0.27 | 225.67 | 0.57 | 0.46 |
| Hex | 33 | 53 | B9 | 48 | 37 | 0 | 1B | E2 | 39 | 2E |
| Octal | 63 | 123 | 271 | 110 | 67 | 0 | 33 | 342 | 71 | 56 |
| Binary | 110011 | 1010011 | 10111001 | 1001000 | 110111 | 0 | 11011 | 11100010 | 111001 | 101110 |
Color Harmonies of #3353B9
Complementary color
Monochromatic Colors of #3353B9
Black with #3353B9
Text Example
Text Example
White with #3353B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3353B9; }
p { color: rgb(51,83,185); }
H1.HeaderClassName
{
color: #3353B9;
}
.AnyTagClassName
{
color: #3353B9;
}
</style>
background-color css
<style>
a { background-color: #3353B9; }
a { background-color: rgb(51,83,185); }
div.DivClassName
{
background-color: #3353B9;
}
.BgClassName
{
background-color: #3353B9;
}
</style>
border-color css
<style>
span { border-color: #3353B9; }
span { border-color: rgb(51,83,185); }
td.TdClassName
{
border-color: #3353B9;
}
.TagClassName
{
border-color: #3353B9;
}
</style>