Shades of Cerulean Blue #3343BF
Tints of Cerulean Blue #3343BF
RGB
CMYK
RGB Variations
Color information
#3343BF (or 0x3343BF) is known color: Cerulean Blue. HEX triplet: 33, 43 and BF. RGB value is (51,67,191). Sum of RGB (Red+Green+Blue) = 51+67+191=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #3343BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343BF is #CCBC40. Grayscale: #4B4B4B. Windows color (decimal): -13417537 or 12534579. OLE color: 12534579.
HSL color Cylindrical-coordinate representation of color #3343BF: hue angle of 233.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3343BF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 67 | 191 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.25 |
| HSL | 233.14º | 0.58% | 0.47% | - |
| HSV(B) | 233.14º | 0.73% | 0.75% | - |
| XYZ | 12.78 | 8.48 | 50.25 | - |
| YUV | 76.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 191 | 0.73 | 0.65 | 0 | 0.25 | 233.14 | 0.58 | 0.47 |
| Hex | 33 | 43 | BF | 49 | 41 | 0 | 19 | E9 | 3A | 2F |
| Octal | 63 | 103 | 277 | 111 | 101 | 0 | 31 | 351 | 72 | 57 |
| Binary | 110011 | 1000011 | 10111111 | 1001001 | 1000001 | 0 | 11001 | 11101001 | 111010 | 101111 |
Color Harmonies of #3343BF
Complementary color
Monochromatic Colors of #3343BF
Black with #3343BF
Text Example
Text Example
White with #3343BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3343BF; }
p { color: rgb(51,67,191); }
H1.HeaderClassName
{
color: #3343BF;
}
.AnyTagClassName
{
color: #3343BF;
}
</style>
background-color css
<style>
a { background-color: #3343BF; }
a { background-color: rgb(51,67,191); }
div.DivClassName
{
background-color: #3343BF;
}
.BgClassName
{
background-color: #3343BF;
}
</style>
border-color css
<style>
span { border-color: #3343BF; }
span { border-color: rgb(51,67,191); }
td.TdClassName
{
border-color: #3343BF;
}
.TagClassName
{
border-color: #3343BF;
}
</style>