Shades of Cerulean Blue #3341BA
Tints of Cerulean Blue #3341BA
RGB
CMYK
RGB Variations
Color information
#3341BA (or 0x3341BA) is known color: Cerulean Blue. HEX triplet: 33, 41 and BA. RGB value is (51,65,186). Sum of RGB (Red+Green+Blue) = 51+65+186=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #3341BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341BA is #CCBE45. Grayscale: #4A4A4A. Windows color (decimal): -13418054 or 12206387. OLE color: 12206387.
HSL color Cylindrical-coordinate representation of color #3341BA: hue angle of 233.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3341BA is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 65 | 186 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.27 |
| HSL | 233.78º | 0.57% | 0.46% | - |
| HSV(B) | 233.78º | 0.73% | 0.73% | - |
| XYZ | 12.12 | 8.03 | 47.37 | - |
| YUV | 74.61 | 190.86 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 186 | 0.73 | 0.65 | 0 | 0.27 | 233.78 | 0.57 | 0.46 |
| Hex | 33 | 41 | BA | 49 | 41 | 0 | 1B | EA | 39 | 2E |
| Octal | 63 | 101 | 272 | 111 | 101 | 0 | 33 | 352 | 71 | 56 |
| Binary | 110011 | 1000001 | 10111010 | 1001001 | 1000001 | 0 | 11011 | 11101010 | 111001 | 101110 |
Color Harmonies of #3341BA
Complementary color
Monochromatic Colors of #3341BA
Black with #3341BA
Text Example
Text Example
White with #3341BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3341BA; }
p { color: rgb(51,65,186); }
H1.HeaderClassName
{
color: #3341BA;
}
.AnyTagClassName
{
color: #3341BA;
}
</style>
background-color css
<style>
a { background-color: #3341BA; }
a { background-color: rgb(51,65,186); }
div.DivClassName
{
background-color: #3341BA;
}
.BgClassName
{
background-color: #3341BA;
}
</style>
border-color css
<style>
span { border-color: #3341BA; }
span { border-color: rgb(51,65,186); }
td.TdClassName
{
border-color: #3341BA;
}
.TagClassName
{
border-color: #3341BA;
}
</style>