Shades of Cerulean Blue #3358BA
Tints of Cerulean Blue #3358BA
RGB
CMYK
RGB Variations
Color information
#3358BA (or 0x3358BA) is known color: Cerulean Blue. HEX triplet: 33, 58 and BA. RGB value is (51,88,186). Sum of RGB (Red+Green+Blue) = 51+88+186=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3358BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358BA is #CCA745. Grayscale: #575757. Windows color (decimal): -13412166 or 12212275. OLE color: 12212275.
HSL color Cylindrical-coordinate representation of color #3358BA: hue angle of 223.56º 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 #3358BA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 88 | 186 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.27 |
| HSL | 223.56º | 0.57% | 0.46% | - |
| HSV(B) | 223.56º | 0.73% | 0.73% | - |
| XYZ | 13.72 | 11.23 | 47.9 | - |
| YUV | 88.11 | 183.24 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 186 | 0.73 | 0.53 | 0 | 0.27 | 223.56 | 0.57 | 0.46 |
| Hex | 33 | 58 | BA | 49 | 35 | 0 | 1B | E0 | 39 | 2E |
| Octal | 63 | 130 | 272 | 111 | 65 | 0 | 33 | 340 | 71 | 56 |
| Binary | 110011 | 1011000 | 10111010 | 1001001 | 110101 | 0 | 11011 | 11100000 | 111001 | 101110 |
Color Harmonies of #3358BA
Complementary color
Monochromatic Colors of #3358BA
Black with #3358BA
Text Example
Text Example
White with #3358BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3358BA; }
p { color: rgb(51,88,186); }
H1.HeaderClassName
{
color: #3358BA;
}
.AnyTagClassName
{
color: #3358BA;
}
</style>
background-color css
<style>
a { background-color: #3358BA; }
a { background-color: rgb(51,88,186); }
div.DivClassName
{
background-color: #3358BA;
}
.BgClassName
{
background-color: #3358BA;
}
</style>
border-color css
<style>
span { border-color: #3358BA; }
span { border-color: rgb(51,88,186); }
td.TdClassName
{
border-color: #3358BA;
}
.TagClassName
{
border-color: #3358BA;
}
</style>