Shades of Cerulean Blue #3A4FAC
Tints of Cerulean Blue #3A4FAC
RGB
CMYK
RGB Variations
Color information
#3A4FAC (or 0x3A4FAC) is known color: Cerulean Blue. HEX triplet: 3A, 4F and AC. RGB value is (58,79,172). Sum of RGB (Red+Green+Blue) = 58+79+172=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4FAC is #C5B053. Grayscale: #525252. Windows color (decimal): -12955732 or 11292474. OLE color: 11292474.
HSL color Cylindrical-coordinate representation of color #3A4FAC: hue angle of 228.95º degrees, saturation: 0.5, 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 #3A4FAC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 79 | 172 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.33 |
| HSL | 228.95º | 0.5% | 0.45% | - |
| HSV(B) | 228.95º | 0.66% | 0.67% | - |
| XYZ | 11.99 | 9.47 | 40.23 | - |
| YUV | 83.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 172 | 0.66 | 0.54 | 0 | 0.33 | 228.95 | 0.5 | 0.45 |
| Hex | 3A | 4F | AC | 42 | 36 | 0 | 21 | E5 | 32 | 2D |
| Octal | 72 | 117 | 254 | 102 | 66 | 0 | 41 | 345 | 62 | 55 |
| Binary | 111010 | 1001111 | 10101100 | 1000010 | 110110 | 0 | 100001 | 11100101 | 110010 | 101101 |
Color Harmonies of #3A4FAC
Complementary color
Monochromatic Colors of #3A4FAC
Black with #3A4FAC
Text Example
Text Example
White with #3A4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4FAC; }
p { color: rgb(58,79,172); }
H1.HeaderClassName
{
color: #3A4FAC;
}
.AnyTagClassName
{
color: #3A4FAC;
}
</style>
background-color css
<style>
a { background-color: #3A4FAC; }
a { background-color: rgb(58,79,172); }
div.DivClassName
{
background-color: #3A4FAC;
}
.BgClassName
{
background-color: #3A4FAC;
}
</style>
border-color css
<style>
span { border-color: #3A4FAC; }
span { border-color: rgb(58,79,172); }
td.TdClassName
{
border-color: #3A4FAC;
}
.TagClassName
{
border-color: #3A4FAC;
}
</style>