Shades of Cerulean Blue #3358BE
Tints of Cerulean Blue #3358BE
RGB
CMYK
RGB Variations
Color information
#3358BE (or 0x3358BE) is known color: Cerulean Blue. HEX triplet: 33, 58 and BE. RGB value is (51,88,190). Sum of RGB (Red+Green+Blue) = 51+88+190=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #3358BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358BE is #CCA741. Grayscale: #585858. Windows color (decimal): -13412162 or 12474419. OLE color: 12474419.
HSL color Cylindrical-coordinate representation of color #3358BE: hue angle of 224.03º 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 #3358BE is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 88 | 190 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.25 |
| HSL | 224.03º | 0.58% | 0.47% | - |
| HSV(B) | 224.03º | 0.73% | 0.75% | - |
| XYZ | 14.15 | 11.4 | 50.17 | - |
| YUV | 88.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 190 | 0.73 | 0.54 | 0 | 0.25 | 224.03 | 0.58 | 0.47 |
| Hex | 33 | 58 | BE | 49 | 36 | 0 | 19 | E0 | 3A | 2F |
| Octal | 63 | 130 | 276 | 111 | 66 | 0 | 31 | 340 | 72 | 57 |
| Binary | 110011 | 1011000 | 10111110 | 1001001 | 110110 | 0 | 11001 | 11100000 | 111010 | 101111 |
Color Harmonies of #3358BE
Complementary color
Monochromatic Colors of #3358BE
Black with #3358BE
Text Example
Text Example
White with #3358BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3358BE; }
p { color: rgb(51,88,190); }
H1.HeaderClassName
{
color: #3358BE;
}
.AnyTagClassName
{
color: #3358BE;
}
</style>
background-color css
<style>
a { background-color: #3358BE; }
a { background-color: rgb(51,88,190); }
div.DivClassName
{
background-color: #3358BE;
}
.BgClassName
{
background-color: #3358BE;
}
</style>
border-color css
<style>
span { border-color: #3358BE; }
span { border-color: rgb(51,88,190); }
td.TdClassName
{
border-color: #3358BE;
}
.TagClassName
{
border-color: #3358BE;
}
</style>