Shades of Cerulean Blue #3145CE
Tints of Cerulean Blue #3145CE
RGB
CMYK
RGB Variations
Color information
#3145CE (or 0x3145CE) is known color: Cerulean Blue. HEX triplet: 31, 45 and CE. RGB value is (49,69,206). Sum of RGB (Red+Green+Blue) = 49+69+206=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #3145CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145CE is #CEBA31. Grayscale: #4E4E4E. Windows color (decimal): -13548082 or 13518129. OLE color: 13518129.
HSL color Cylindrical-coordinate representation of color #3145CE: hue angle of 232.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3145CE is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 69 | 206 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.19 |
| HSL | 232.36º | 0.62% | 0.5% | - |
| HSV(B) | 232.36º | 0.76% | 0.81% | - |
| XYZ | 14.54 | 9.37 | 59.43 | - |
| YUV | 78.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 206 | 0.76 | 0.67 | 0 | 0.19 | 232.36 | 0.62 | 0.5 |
| Hex | 31 | 45 | CE | 4C | 43 | 0 | 13 | E8 | 3E | 32 |
| Octal | 61 | 105 | 316 | 114 | 103 | 0 | 23 | 350 | 76 | 62 |
| Binary | 110001 | 1000101 | 11001110 | 1001100 | 1000011 | 0 | 10011 | 11101000 | 111110 | 110010 |
Color Harmonies of #3145CE
Complementary color
Monochromatic Colors of #3145CE
Black with #3145CE
Text Example
Text Example
White with #3145CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3145CE; }
p { color: rgb(49,69,206); }
H1.HeaderClassName
{
color: #3145CE;
}
.AnyTagClassName
{
color: #3145CE;
}
</style>
background-color css
<style>
a { background-color: #3145CE; }
a { background-color: rgb(49,69,206); }
div.DivClassName
{
background-color: #3145CE;
}
.BgClassName
{
background-color: #3145CE;
}
</style>
border-color css
<style>
span { border-color: #3145CE; }
span { border-color: rgb(49,69,206); }
td.TdClassName
{
border-color: #3145CE;
}
.TagClassName
{
border-color: #3145CE;
}
</style>