Shades of Cerulean Blue #3950A9
Tints of Cerulean Blue #3950A9
RGB
CMYK
RGB Variations
Color information
#3950A9 (or 0x3950A9) is known color: Cerulean Blue. HEX triplet: 39, 50 and A9. RGB value is (57,80,169). Sum of RGB (Red+Green+Blue) = 57+80+169=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #3950A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3950A9 is #C6AF56. Grayscale: #525252. Windows color (decimal): -13021015 or 11096121. OLE color: 11096121.
HSL color Cylindrical-coordinate representation of color #3950A9: hue angle of 227.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3950A9 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 80 | 169 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.34 |
| HSL | 227.68º | 0.5% | 0.44% | - |
| HSV(B) | 227.68º | 0.66% | 0.66% | - |
| XYZ | 11.72 | 9.47 | 38.75 | - |
| YUV | 83.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 169 | 0.66 | 0.53 | 0 | 0.34 | 227.68 | 0.5 | 0.44 |
| Hex | 39 | 50 | A9 | 42 | 35 | 0 | 22 | E4 | 32 | 2C |
| Octal | 71 | 120 | 251 | 102 | 65 | 0 | 42 | 344 | 62 | 54 |
| Binary | 111001 | 1010000 | 10101001 | 1000010 | 110101 | 0 | 100010 | 11100100 | 110010 | 101100 |
Color Harmonies of #3950A9
Complementary color
Monochromatic Colors of #3950A9
Black with #3950A9
Text Example
Text Example
White with #3950A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3950A9; }
p { color: rgb(57,80,169); }
H1.HeaderClassName
{
color: #3950A9;
}
.AnyTagClassName
{
color: #3950A9;
}
</style>
background-color css
<style>
a { background-color: #3950A9; }
a { background-color: rgb(57,80,169); }
div.DivClassName
{
background-color: #3950A9;
}
.BgClassName
{
background-color: #3950A9;
}
</style>
border-color css
<style>
span { border-color: #3950A9; }
span { border-color: rgb(57,80,169); }
td.TdClassName
{
border-color: #3950A9;
}
.TagClassName
{
border-color: #3950A9;
}
</style>