Shades of Cerulean Blue #3A46AC
Tints of Cerulean Blue #3A46AC
RGB
CMYK
RGB Variations
Color information
#3A46AC (or 0x3A46AC) is known color: Cerulean Blue. HEX triplet: 3A, 46 and AC. RGB value is (58,70,172). Sum of RGB (Red+Green+Blue) = 58+70+172=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A46AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A46AC is #C5B953. Grayscale: #4D4D4D. Windows color (decimal): -12958036 or 11290170. OLE color: 11290170.
HSL color Cylindrical-coordinate representation of color #3A46AC: hue angle of 233.68º 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 #3A46AC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 70 | 172 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.33 |
| HSL | 233.68º | 0.5% | 0.45% | - |
| HSV(B) | 233.68º | 0.66% | 0.67% | - |
| XYZ | 11.38 | 8.26 | 40.02 | - |
| YUV | 78.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 172 | 0.66 | 0.59 | 0 | 0.33 | 233.68 | 0.5 | 0.45 |
| Hex | 3A | 46 | AC | 42 | 3B | 0 | 21 | EA | 32 | 2D |
| Octal | 72 | 106 | 254 | 102 | 73 | 0 | 41 | 352 | 62 | 55 |
| Binary | 111010 | 1000110 | 10101100 | 1000010 | 111011 | 0 | 100001 | 11101010 | 110010 | 101101 |
Color Harmonies of #3A46AC
Complementary color
Monochromatic Colors of #3A46AC
Black with #3A46AC
Text Example
Text Example
White with #3A46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A46AC; }
p { color: rgb(58,70,172); }
H1.HeaderClassName
{
color: #3A46AC;
}
.AnyTagClassName
{
color: #3A46AC;
}
</style>
background-color css
<style>
a { background-color: #3A46AC; }
a { background-color: rgb(58,70,172); }
div.DivClassName
{
background-color: #3A46AC;
}
.BgClassName
{
background-color: #3A46AC;
}
</style>
border-color css
<style>
span { border-color: #3A46AC; }
span { border-color: rgb(58,70,172); }
td.TdClassName
{
border-color: #3A46AC;
}
.TagClassName
{
border-color: #3A46AC;
}
</style>