Shades of Cerulean Blue #3142B3
Tints of Cerulean Blue #3142B3
RGB
CMYK
RGB Variations
Color information
#3142B3 (or 0x3142B3) is known color: Cerulean Blue. HEX triplet: 31, 42 and B3. RGB value is (49,66,179). Sum of RGB (Red+Green+Blue) = 49+66+179=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #3142B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142B3 is #CEBD4C. Grayscale: #494949. Windows color (decimal): -13548877 or 11747889. OLE color: 11747889.
HSL color Cylindrical-coordinate representation of color #3142B3: hue angle of 232.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3142B3 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 66 | 179 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.30 |
| HSL | 232.15º | 0.57% | 0.45% | - |
| HSV(B) | 232.15º | 0.73% | 0.7% | - |
| XYZ | 11.35 | 7.8 | 43.56 | - |
| YUV | 73.8 | 187.37 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 179 | 0.73 | 0.63 | 0 | 0.30 | 232.15 | 0.57 | 0.45 |
| Hex | 31 | 42 | B3 | 49 | 3F | 0 | 1E | E8 | 39 | 2D |
| Octal | 61 | 102 | 263 | 111 | 77 | 0 | 36 | 350 | 71 | 55 |
| Binary | 110001 | 1000010 | 10110011 | 1001001 | 111111 | 0 | 11110 | 11101000 | 111001 | 101101 |
Color Harmonies of #3142B3
Complementary color
Monochromatic Colors of #3142B3
Black with #3142B3
Text Example
Text Example
White with #3142B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142B3; }
p { color: rgb(49,66,179); }
H1.HeaderClassName
{
color: #3142B3;
}
.AnyTagClassName
{
color: #3142B3;
}
</style>
background-color css
<style>
a { background-color: #3142B3; }
a { background-color: rgb(49,66,179); }
div.DivClassName
{
background-color: #3142B3;
}
.BgClassName
{
background-color: #3142B3;
}
</style>
border-color css
<style>
span { border-color: #3142B3; }
span { border-color: rgb(49,66,179); }
td.TdClassName
{
border-color: #3142B3;
}
.TagClassName
{
border-color: #3142B3;
}
</style>