Shades of Cerulean Blue #3940AD
Tints of Cerulean Blue #3940AD
RGB
CMYK
RGB Variations
Color information
#3940AD (or 0x3940AD) is known color: Cerulean Blue. HEX triplet: 39, 40 and AD. RGB value is (57,64,173). Sum of RGB (Red+Green+Blue) = 57+64+173=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3940AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3940AD is #C6BF52. Grayscale: #494949. Windows color (decimal): -13025107 or 11354169. OLE color: 11354169.
HSL color Cylindrical-coordinate representation of color #3940AD: hue angle of 236.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3940AD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 64 | 173 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.32 |
| HSL | 236.38º | 0.5% | 0.45% | - |
| HSV(B) | 236.38º | 0.67% | 0.68% | - |
| XYZ | 11.06 | 7.55 | 40.41 | - |
| YUV | 74.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 173 | 0.67 | 0.63 | 0 | 0.32 | 236.38 | 0.5 | 0.45 |
| Hex | 39 | 40 | AD | 43 | 3F | 0 | 20 | EC | 32 | 2D |
| Octal | 71 | 100 | 255 | 103 | 77 | 0 | 40 | 354 | 62 | 55 |
| Binary | 111001 | 1000000 | 10101101 | 1000011 | 111111 | 0 | 100000 | 11101100 | 110010 | 101101 |
Color Harmonies of #3940AD
Complementary color
Monochromatic Colors of #3940AD
Black with #3940AD
Text Example
Text Example
White with #3940AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940AD; }
p { color: rgb(57,64,173); }
H1.HeaderClassName
{
color: #3940AD;
}
.AnyTagClassName
{
color: #3940AD;
}
</style>
background-color css
<style>
a { background-color: #3940AD; }
a { background-color: rgb(57,64,173); }
div.DivClassName
{
background-color: #3940AD;
}
.BgClassName
{
background-color: #3940AD;
}
</style>
border-color css
<style>
span { border-color: #3940AD; }
span { border-color: rgb(57,64,173); }
td.TdClassName
{
border-color: #3940AD;
}
.TagClassName
{
border-color: #3940AD;
}
</style>