Shades of Cerulean Blue #3949B2
Tints of Cerulean Blue #3949B2
RGB
CMYK
RGB Variations
Color information
#3949B2 (or 0x3949B2) is known color: Cerulean Blue. HEX triplet: 39, 49 and B2. RGB value is (57,73,178). Sum of RGB (Red+Green+Blue) = 57+73+178=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #3949B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3949B2 is #C6B64D. Grayscale: #4F4F4F. Windows color (decimal): -13022798 or 11684153. OLE color: 11684153.
HSL color Cylindrical-coordinate representation of color #3949B2: hue angle of 232.07º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3949B2 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 73 | 178 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.30 |
| HSL | 232.07º | 0.51% | 0.46% | - |
| HSV(B) | 232.07º | 0.68% | 0.7% | - |
| XYZ | 12.11 | 8.85 | 43.19 | - |
| YUV | 80.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 178 | 0.68 | 0.59 | 0 | 0.30 | 232.07 | 0.51 | 0.46 |
| Hex | 39 | 49 | B2 | 44 | 3B | 0 | 1E | E8 | 33 | 2E |
| Octal | 71 | 111 | 262 | 104 | 73 | 0 | 36 | 350 | 63 | 56 |
| Binary | 111001 | 1001001 | 10110010 | 1000100 | 111011 | 0 | 11110 | 11101000 | 110011 | 101110 |
Color Harmonies of #3949B2
Complementary color
Monochromatic Colors of #3949B2
Black with #3949B2
Text Example
Text Example
White with #3949B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949B2; }
p { color: rgb(57,73,178); }
H1.HeaderClassName
{
color: #3949B2;
}
.AnyTagClassName
{
color: #3949B2;
}
</style>
background-color css
<style>
a { background-color: #3949B2; }
a { background-color: rgb(57,73,178); }
div.DivClassName
{
background-color: #3949B2;
}
.BgClassName
{
background-color: #3949B2;
}
</style>
border-color css
<style>
span { border-color: #3949B2; }
span { border-color: rgb(57,73,178); }
td.TdClassName
{
border-color: #3949B2;
}
.TagClassName
{
border-color: #3949B2;
}
</style>