Shades of Cerulean Blue #3345BE
Tints of Cerulean Blue #3345BE
RGB
CMYK
RGB Variations
Color information
#3345BE (or 0x3345BE) is known color: Cerulean Blue. HEX triplet: 33, 45 and BE. RGB value is (51,69,190). Sum of RGB (Red+Green+Blue) = 51+69+190=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #3345BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3345BE is #CCBA41. Grayscale: #4C4C4C. Windows color (decimal): -13417026 or 12469555. OLE color: 12469555.
HSL color Cylindrical-coordinate representation of color #3345BE: hue angle of 232.23º 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 #3345BE is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 69 | 190 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.25 |
| HSL | 232.23º | 0.58% | 0.47% | - |
| HSV(B) | 232.23º | 0.73% | 0.75% | - |
| XYZ | 12.79 | 8.68 | 49.72 | - |
| YUV | 77.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 190 | 0.73 | 0.64 | 0 | 0.25 | 232.23 | 0.58 | 0.47 |
| Hex | 33 | 45 | BE | 49 | 40 | 0 | 19 | E8 | 3A | 2F |
| Octal | 63 | 105 | 276 | 111 | 100 | 0 | 31 | 350 | 72 | 57 |
| Binary | 110011 | 1000101 | 10111110 | 1001001 | 1000000 | 0 | 11001 | 11101000 | 111010 | 101111 |
Color Harmonies of #3345BE
Complementary color
Monochromatic Colors of #3345BE
Black with #3345BE
Text Example
Text Example
White with #3345BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345BE; }
p { color: rgb(51,69,190); }
H1.HeaderClassName
{
color: #3345BE;
}
.AnyTagClassName
{
color: #3345BE;
}
</style>
background-color css
<style>
a { background-color: #3345BE; }
a { background-color: rgb(51,69,190); }
div.DivClassName
{
background-color: #3345BE;
}
.BgClassName
{
background-color: #3345BE;
}
</style>
border-color css
<style>
span { border-color: #3345BE; }
span { border-color: rgb(51,69,190); }
td.TdClassName
{
border-color: #3345BE;
}
.TagClassName
{
border-color: #3345BE;
}
</style>