Shades of Cerulean Blue #3145B5
Tints of Cerulean Blue #3145B5
RGB
CMYK
RGB Variations
Color information
#3145B5 (or 0x3145B5) is known color: Cerulean Blue. HEX triplet: 31, 45 and B5. RGB value is (49,69,181). Sum of RGB (Red+Green+Blue) = 49+69+181=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #3145B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145B5 is #CEBA4A. Grayscale: #4B4B4B. Windows color (decimal): -13548107 or 11879729. OLE color: 11879729.
HSL color Cylindrical-coordinate representation of color #3145B5: hue angle of 230.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3145B5 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 49 | 69 | 181 | - |
CMYK | 0.73 | 0.62 | 0 | 0.29 |
HSL | 230.91º | 0.57% | 0.45% | - |
HSV(B) | 230.91º | 0.73% | 0.71% | - |
XYZ | 11.74 | 8.25 | 44.69 | - |
YUV | 75.79 | 187.37 | 108.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 69 | 181 | 0.73 | 0.62 | 0 | 0.29 | 230.91 | 0.57 | 0.45 |
Hex | 31 | 45 | B5 | 49 | 3E | 0 | 1D | E7 | 39 | 2D |
Octal | 61 | 105 | 265 | 111 | 76 | 0 | 35 | 347 | 71 | 55 |
Binary | 110001 | 1000101 | 10110101 | 1001001 | 111110 | 0 | 11101 | 11100111 | 111001 | 101101 |
Color Harmonies of #3145B5
Complementary color
Monochromatic Colors of #3145B5
Black with #3145B5
Text Example
Text Example
White with #3145B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3145B5; }
p { color: rgb(49,69,181); }
H1.HeaderClassName
{
color: #3145B5;
}
.AnyTagClassName
{
color: #3145B5;
}
</style>
background-color css
<style>
a { background-color: #3145B5; }
a { background-color: rgb(49,69,181); }
div.DivClassName
{
background-color: #3145B5;
}
.BgClassName
{
background-color: #3145B5;
}
</style>
border-color css
<style>
span { border-color: #3145B5; }
span { border-color: rgb(49,69,181); }
td.TdClassName
{
border-color: #3145B5;
}
.TagClassName
{
border-color: #3145B5;
}
</style>