Shades of Cerulean Blue #3940AB
Tints of Cerulean Blue #3940AB
RGB
CMYK
RGB Variations
Color information
#3940AB (or 0x3940AB) is known color: Cerulean Blue. HEX triplet: 39, 40 and AB. RGB value is (57,64,171). Sum of RGB (Red+Green+Blue) = 57+64+171=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #3940AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3940AB is #C6BF54. Grayscale: #494949. Windows color (decimal): -13025109 or 11223097. OLE color: 11223097.
HSL color Cylindrical-coordinate representation of color #3940AB: hue angle of 236.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3940AB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 64 | 171 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.33 |
| HSL | 236.32º | 0.5% | 0.45% | - |
| HSV(B) | 236.32º | 0.67% | 0.67% | - |
| XYZ | 10.87 | 7.48 | 39.4 | - |
| YUV | 74.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 171 | 0.67 | 0.63 | 0 | 0.33 | 236.32 | 0.5 | 0.45 |
| Hex | 39 | 40 | AB | 43 | 3F | 0 | 21 | EC | 32 | 2D |
| Octal | 71 | 100 | 253 | 103 | 77 | 0 | 41 | 354 | 62 | 55 |
| Binary | 111001 | 1000000 | 10101011 | 1000011 | 111111 | 0 | 100001 | 11101100 | 110010 | 101101 |
Color Harmonies of #3940AB
Complementary color
Monochromatic Colors of #3940AB
Black with #3940AB
Text Example
Text Example
White with #3940AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940AB; }
p { color: rgb(57,64,171); }
H1.HeaderClassName
{
color: #3940AB;
}
.AnyTagClassName
{
color: #3940AB;
}
</style>
background-color css
<style>
a { background-color: #3940AB; }
a { background-color: rgb(57,64,171); }
div.DivClassName
{
background-color: #3940AB;
}
.BgClassName
{
background-color: #3940AB;
}
</style>
border-color css
<style>
span { border-color: #3940AB; }
span { border-color: rgb(57,64,171); }
td.TdClassName
{
border-color: #3940AB;
}
.TagClassName
{
border-color: #3940AB;
}
</style>