Shades of Cerulean Blue #3B4DAC
Tints of Cerulean Blue #3B4DAC
RGB
CMYK
RGB Variations
Color information
#3B4DAC (or 0x3B4DAC) is known color: Cerulean Blue. HEX triplet: 3B, 4D and AC. RGB value is (59,77,172). Sum of RGB (Red+Green+Blue) = 59+77+172=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4DAC is #C4B253. Grayscale: #525252. Windows color (decimal): -12890708 or 11291963. OLE color: 11291963.
HSL color Cylindrical-coordinate representation of color #3B4DAC: hue angle of 230.44º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4DAC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 77 | 172 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.33 |
| HSL | 230.44º | 0.49% | 0.45% | - |
| HSV(B) | 230.44º | 0.66% | 0.67% | - |
| XYZ | 11.9 | 9.22 | 40.18 | - |
| YUV | 82.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 172 | 0.66 | 0.55 | 0 | 0.33 | 230.44 | 0.49 | 0.45 |
| Hex | 3B | 4D | AC | 42 | 37 | 0 | 21 | E6 | 31 | 2D |
| Octal | 73 | 115 | 254 | 102 | 67 | 0 | 41 | 346 | 61 | 55 |
| Binary | 111011 | 1001101 | 10101100 | 1000010 | 110111 | 0 | 100001 | 11100110 | 110001 | 101101 |
Color Harmonies of #3B4DAC
Complementary color
Monochromatic Colors of #3B4DAC
Black with #3B4DAC
Text Example
Text Example
White with #3B4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4DAC; }
p { color: rgb(59,77,172); }
H1.HeaderClassName
{
color: #3B4DAC;
}
.AnyTagClassName
{
color: #3B4DAC;
}
</style>
background-color css
<style>
a { background-color: #3B4DAC; }
a { background-color: rgb(59,77,172); }
div.DivClassName
{
background-color: #3B4DAC;
}
.BgClassName
{
background-color: #3B4DAC;
}
</style>
border-color css
<style>
span { border-color: #3B4DAC; }
span { border-color: rgb(59,77,172); }
td.TdClassName
{
border-color: #3B4DAC;
}
.TagClassName
{
border-color: #3B4DAC;
}
</style>