Shades of Cerulean Blue #3142AD
Tints of Cerulean Blue #3142AD
RGB
CMYK
RGB Variations
Color information
#3142AD (or 0x3142AD) is known color: Cerulean Blue. HEX triplet: 31, 42 and AD. RGB value is (49,66,173). Sum of RGB (Red+Green+Blue) = 49+66+173=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3142AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3142AD is #CEBD52. Grayscale: #484848. Windows color (decimal): -13548883 or 11354673. OLE color: 11354673.
HSL color Cylindrical-coordinate representation of color #3142AD: hue angle of 231.77º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3142AD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 66 | 173 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.32 |
| HSL | 231.77º | 0.56% | 0.44% | - |
| HSV(B) | 231.77º | 0.72% | 0.68% | - |
| XYZ | 10.76 | 7.57 | 40.43 | - |
| YUV | 73.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 173 | 0.72 | 0.62 | 0 | 0.32 | 231.77 | 0.56 | 0.44 |
| Hex | 31 | 42 | AD | 48 | 3E | 0 | 20 | E8 | 38 | 2C |
| Octal | 61 | 102 | 255 | 110 | 76 | 0 | 40 | 350 | 70 | 54 |
| Binary | 110001 | 1000010 | 10101101 | 1001000 | 111110 | 0 | 100000 | 11101000 | 111000 | 101100 |
Color Harmonies of #3142AD
Complementary color
Monochromatic Colors of #3142AD
Black with #3142AD
Text Example
Text Example
White with #3142AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142AD; }
p { color: rgb(49,66,173); }
H1.HeaderClassName
{
color: #3142AD;
}
.AnyTagClassName
{
color: #3142AD;
}
</style>
background-color css
<style>
a { background-color: #3142AD; }
a { background-color: rgb(49,66,173); }
div.DivClassName
{
background-color: #3142AD;
}
.BgClassName
{
background-color: #3142AD;
}
</style>
border-color css
<style>
span { border-color: #3142AD; }
span { border-color: rgb(49,66,173); }
td.TdClassName
{
border-color: #3142AD;
}
.TagClassName
{
border-color: #3142AD;
}
</style>