Shades of Cerulean Blue #3343BA
Tints of Cerulean Blue #3343BA
RGB
CMYK
RGB Variations
Color information
#3343BA (or 0x3343BA) is known color: Cerulean Blue. HEX triplet: 33, 43 and BA. RGB value is (51,67,186). Sum of RGB (Red+Green+Blue) = 51+67+186=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #3343BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343BA is #CCBC45. Grayscale: #4B4B4B. Windows color (decimal): -13417542 or 12206899. OLE color: 12206899.
HSL color Cylindrical-coordinate representation of color #3343BA: hue angle of 232.89º 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 #3343BA is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 67 | 186 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.27 |
| HSL | 232.89º | 0.57% | 0.46% | - |
| HSV(B) | 232.89º | 0.73% | 0.73% | - |
| XYZ | 12.24 | 8.26 | 47.4 | - |
| YUV | 75.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 186 | 0.73 | 0.64 | 0 | 0.27 | 232.89 | 0.57 | 0.46 |
| Hex | 33 | 43 | BA | 49 | 40 | 0 | 1B | E9 | 39 | 2E |
| Octal | 63 | 103 | 272 | 111 | 100 | 0 | 33 | 351 | 71 | 56 |
| Binary | 110011 | 1000011 | 10111010 | 1001001 | 1000000 | 0 | 11011 | 11101001 | 111001 | 101110 |
Color Harmonies of #3343BA
Complementary color
Monochromatic Colors of #3343BA
Black with #3343BA
Text Example
Text Example
White with #3343BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3343BA; }
p { color: rgb(51,67,186); }
H1.HeaderClassName
{
color: #3343BA;
}
.AnyTagClassName
{
color: #3343BA;
}
</style>
background-color css
<style>
a { background-color: #3343BA; }
a { background-color: rgb(51,67,186); }
div.DivClassName
{
background-color: #3343BA;
}
.BgClassName
{
background-color: #3343BA;
}
</style>
border-color css
<style>
span { border-color: #3343BA; }
span { border-color: rgb(51,67,186); }
td.TdClassName
{
border-color: #3343BA;
}
.TagClassName
{
border-color: #3343BA;
}
</style>