Shades of Cerulean Blue #3358AC
Tints of Cerulean Blue #3358AC
RGB
CMYK
RGB Variations
Color information
#3358AC (or 0x3358AC) is known color: Cerulean Blue. HEX triplet: 33, 58 and AC. RGB value is (51,88,172). Sum of RGB (Red+Green+Blue) = 51+88+172=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #3358AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3358AC is #CCA753. Grayscale: #565656. Windows color (decimal): -13412180 or 11294771. OLE color: 11294771.
HSL color Cylindrical-coordinate representation of color #3358AC: hue angle of 221.65º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3358AC is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 88 | 172 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.33 |
| HSL | 221.65º | 0.54% | 0.44% | - |
| HSV(B) | 221.65º | 0.7% | 0.67% | - |
| XYZ | 12.3 | 10.66 | 40.44 | - |
| YUV | 86.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 172 | 0.70 | 0.49 | 0 | 0.33 | 221.65 | 0.54 | 0.44 |
| Hex | 33 | 58 | AC | 46 | 31 | 0 | 21 | DE | 36 | 2C |
| Octal | 63 | 130 | 254 | 106 | 61 | 0 | 41 | 336 | 66 | 54 |
| Binary | 110011 | 1011000 | 10101100 | 1000110 | 110001 | 0 | 100001 | 11011110 | 110110 | 101100 |
Color Harmonies of #3358AC
Complementary color
Monochromatic Colors of #3358AC
Black with #3358AC
Text Example
Text Example
White with #3358AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3358AC; }
p { color: rgb(51,88,172); }
H1.HeaderClassName
{
color: #3358AC;
}
.AnyTagClassName
{
color: #3358AC;
}
</style>
background-color css
<style>
a { background-color: #3358AC; }
a { background-color: rgb(51,88,172); }
div.DivClassName
{
background-color: #3358AC;
}
.BgClassName
{
background-color: #3358AC;
}
</style>
border-color css
<style>
span { border-color: #3358AC; }
span { border-color: rgb(51,88,172); }
td.TdClassName
{
border-color: #3358AC;
}
.TagClassName
{
border-color: #3358AC;
}
</style>