Shades of Cerulean Blue #3345BC
Tints of Cerulean Blue #3345BC
RGB
CMYK
RGB Variations
Color information
#3345BC (or 0x3345BC) is known color: Cerulean Blue. HEX triplet: 33, 45 and BC. RGB value is (51,69,188). Sum of RGB (Red+Green+Blue) = 51+69+188=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #3345BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3345BC is #CCBA43. Grayscale: #4C4C4C. Windows color (decimal): -13417028 or 12338483. OLE color: 12338483.
HSL color Cylindrical-coordinate representation of color #3345BC: hue angle of 232.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3345BC is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 69 | 188 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.26 |
| HSL | 232.12º | 0.57% | 0.47% | - |
| HSV(B) | 232.12º | 0.73% | 0.74% | - |
| XYZ | 12.57 | 8.59 | 48.57 | - |
| YUV | 77.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 188 | 0.73 | 0.63 | 0 | 0.26 | 232.12 | 0.57 | 0.47 |
| Hex | 33 | 45 | BC | 49 | 3F | 0 | 1A | E8 | 39 | 2F |
| Octal | 63 | 105 | 274 | 111 | 77 | 0 | 32 | 350 | 71 | 57 |
| Binary | 110011 | 1000101 | 10111100 | 1001001 | 111111 | 0 | 11010 | 11101000 | 111001 | 101111 |
Color Harmonies of #3345BC
Complementary color
Monochromatic Colors of #3345BC
Black with #3345BC
Text Example
Text Example
White with #3345BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345BC; }
p { color: rgb(51,69,188); }
H1.HeaderClassName
{
color: #3345BC;
}
.AnyTagClassName
{
color: #3345BC;
}
</style>
background-color css
<style>
a { background-color: #3345BC; }
a { background-color: rgb(51,69,188); }
div.DivClassName
{
background-color: #3345BC;
}
.BgClassName
{
background-color: #3345BC;
}
</style>
border-color css
<style>
span { border-color: #3345BC; }
span { border-color: rgb(51,69,188); }
td.TdClassName
{
border-color: #3345BC;
}
.TagClassName
{
border-color: #3345BC;
}
</style>