Shades of Cerulean Blue #3949AA
Tints of Cerulean Blue #3949AA
RGB
CMYK
RGB Variations
Color information
#3949AA (or 0x3949AA) is known color: Cerulean Blue. HEX triplet: 39, 49 and AA. RGB value is (57,73,170). Sum of RGB (Red+Green+Blue) = 57+73+170=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #3949AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3949AA is #C6B655. Grayscale: #4E4E4E. Windows color (decimal): -13022806 or 11159865. OLE color: 11159865.
HSL color Cylindrical-coordinate representation of color #3949AA: hue angle of 231.5º 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 #3949AA is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 73 | 170 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.33 |
| HSL | 231.5º | 0.5% | 0.45% | - |
| HSV(B) | 231.5º | 0.66% | 0.67% | - |
| XYZ | 11.33 | 8.54 | 39.08 | - |
| YUV | 79.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 170 | 0.66 | 0.57 | 0 | 0.33 | 231.5 | 0.5 | 0.45 |
| Hex | 39 | 49 | AA | 42 | 39 | 0 | 21 | E8 | 32 | 2D |
| Octal | 71 | 111 | 252 | 102 | 71 | 0 | 41 | 350 | 62 | 55 |
| Binary | 111001 | 1001001 | 10101010 | 1000010 | 111001 | 0 | 100001 | 11101000 | 110010 | 101101 |
Color Harmonies of #3949AA
Complementary color
Monochromatic Colors of #3949AA
Black with #3949AA
Text Example
Text Example
White with #3949AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949AA; }
p { color: rgb(57,73,170); }
H1.HeaderClassName
{
color: #3949AA;
}
.AnyTagClassName
{
color: #3949AA;
}
</style>
background-color css
<style>
a { background-color: #3949AA; }
a { background-color: rgb(57,73,170); }
div.DivClassName
{
background-color: #3949AA;
}
.BgClassName
{
background-color: #3949AA;
}
</style>
border-color css
<style>
span { border-color: #3949AA; }
span { border-color: rgb(57,73,170); }
td.TdClassName
{
border-color: #3949AA;
}
.TagClassName
{
border-color: #3949AA;
}
</style>