Shades of Cerulean Blue #3950B4
Tints of Cerulean Blue #3950B4
RGB
CMYK
RGB Variations
Color information
#3950B4 (or 0x3950B4) is known color: Cerulean Blue. HEX triplet: 39, 50 and B4. RGB value is (57,80,180). Sum of RGB (Red+Green+Blue) = 57+80+180=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #3950B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3950B4 is #C6AF4B. Grayscale: #545454. Windows color (decimal): -13021004 or 11817017. OLE color: 11817017.
HSL color Cylindrical-coordinate representation of color #3950B4: hue angle of 228.78º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3950B4 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 80 | 180 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.29 |
| HSL | 228.78º | 0.52% | 0.46% | - |
| HSV(B) | 228.78º | 0.68% | 0.71% | - |
| XYZ | 12.79 | 9.9 | 44.42 | - |
| YUV | 84.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 180 | 0.68 | 0.56 | 0 | 0.29 | 228.78 | 0.52 | 0.46 |
| Hex | 39 | 50 | B4 | 44 | 38 | 0 | 1D | E5 | 34 | 2E |
| Octal | 71 | 120 | 264 | 104 | 70 | 0 | 35 | 345 | 64 | 56 |
| Binary | 111001 | 1010000 | 10110100 | 1000100 | 111000 | 0 | 11101 | 11100101 | 110100 | 101110 |
Color Harmonies of #3950B4
Complementary color
Monochromatic Colors of #3950B4
Black with #3950B4
Text Example
Text Example
White with #3950B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3950B4; }
p { color: rgb(57,80,180); }
H1.HeaderClassName
{
color: #3950B4;
}
.AnyTagClassName
{
color: #3950B4;
}
</style>
background-color css
<style>
a { background-color: #3950B4; }
a { background-color: rgb(57,80,180); }
div.DivClassName
{
background-color: #3950B4;
}
.BgClassName
{
background-color: #3950B4;
}
</style>
border-color css
<style>
span { border-color: #3950B4; }
span { border-color: rgb(57,80,180); }
td.TdClassName
{
border-color: #3950B4;
}
.TagClassName
{
border-color: #3950B4;
}
</style>