Shades of Cerulean Blue #3369BC
Tints of Cerulean Blue #3369BC
RGB
CMYK
RGB Variations
Color information
#3369BC (or 0x3369BC) is known color: Cerulean Blue. HEX triplet: 33, 69 and BC. RGB value is (51,105,188). Sum of RGB (Red+Green+Blue) = 51+105+188=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #3369BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3369BC is #CC9643. Grayscale: #616161. Windows color (decimal): -13407812 or 12347699. OLE color: 12347699.
HSL color Cylindrical-coordinate representation of color #3369BC: hue angle of 216.35º 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 #3369BC is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 105 | 188 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.26 |
| HSL | 216.35º | 0.57% | 0.47% | - |
| HSV(B) | 216.35º | 0.73% | 0.74% | - |
| XYZ | 15.49 | 14.44 | 49.55 | - |
| YUV | 98.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 188 | 0.73 | 0.44 | 0 | 0.26 | 216.35 | 0.57 | 0.47 |
| Hex | 33 | 69 | BC | 49 | 2C | 0 | 1A | D8 | 39 | 2F |
| Octal | 63 | 151 | 274 | 111 | 54 | 0 | 32 | 330 | 71 | 57 |
| Binary | 110011 | 1101001 | 10111100 | 1001001 | 101100 | 0 | 11010 | 11011000 | 111001 | 101111 |
Color Harmonies of #3369BC
Complementary color
Monochromatic Colors of #3369BC
Black with #3369BC
Text Example
Text Example
White with #3369BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3369BC; }
p { color: rgb(51,105,188); }
H1.HeaderClassName
{
color: #3369BC;
}
.AnyTagClassName
{
color: #3369BC;
}
</style>
background-color css
<style>
a { background-color: #3369BC; }
a { background-color: rgb(51,105,188); }
div.DivClassName
{
background-color: #3369BC;
}
.BgClassName
{
background-color: #3369BC;
}
</style>
border-color css
<style>
span { border-color: #3369BC; }
span { border-color: rgb(51,105,188); }
td.TdClassName
{
border-color: #3369BC;
}
.TagClassName
{
border-color: #3369BC;
}
</style>