Shades of Cerulean Blue #3A4DAD
Tints of Cerulean Blue #3A4DAD
RGB
CMYK
RGB Variations
Color information
#3A4DAD (or 0x3A4DAD) is known color: Cerulean Blue. HEX triplet: 3A, 4D and AD. RGB value is (58,77,173). Sum of RGB (Red+Green+Blue) = 58+77+173=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A4DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4DAD is #C5B252. Grayscale: #515151. Windows color (decimal): -12956243 or 11357498. OLE color: 11357498.
HSL color Cylindrical-coordinate representation of color #3A4DAD: hue angle of 230.09º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A4DAD is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 77 | 173 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.32 |
| HSL | 230.09º | 0.5% | 0.45% | - |
| HSV(B) | 230.09º | 0.66% | 0.68% | - |
| XYZ | 11.94 | 9.22 | 40.69 | - |
| YUV | 82.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 173 | 0.66 | 0.55 | 0 | 0.32 | 230.09 | 0.5 | 0.45 |
| Hex | 3A | 4D | AD | 42 | 37 | 0 | 20 | E6 | 32 | 2D |
| Octal | 72 | 115 | 255 | 102 | 67 | 0 | 40 | 346 | 62 | 55 |
| Binary | 111010 | 1001101 | 10101101 | 1000010 | 110111 | 0 | 100000 | 11100110 | 110010 | 101101 |
Color Harmonies of #3A4DAD
Complementary color
Monochromatic Colors of #3A4DAD
Black with #3A4DAD
Text Example
Text Example
White with #3A4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4DAD; }
p { color: rgb(58,77,173); }
H1.HeaderClassName
{
color: #3A4DAD;
}
.AnyTagClassName
{
color: #3A4DAD;
}
</style>
background-color css
<style>
a { background-color: #3A4DAD; }
a { background-color: rgb(58,77,173); }
div.DivClassName
{
background-color: #3A4DAD;
}
.BgClassName
{
background-color: #3A4DAD;
}
</style>
border-color css
<style>
span { border-color: #3A4DAD; }
span { border-color: rgb(58,77,173); }
td.TdClassName
{
border-color: #3A4DAD;
}
.TagClassName
{
border-color: #3A4DAD;
}
</style>