Shades of Cerulean Blue #3366BC
Tints of Cerulean Blue #3366BC
RGB
CMYK
RGB Variations
Color information
#3366BC (or 0x3366BC) is known color: Cerulean Blue. HEX triplet: 33, 66 and BC. RGB value is (51,102,188). Sum of RGB (Red+Green+Blue) = 51+102+188=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3366BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366BC is #CC9943. Grayscale: #606060. Windows color (decimal): -13408580 or 12346931. OLE color: 12346931.
HSL color Cylindrical-coordinate representation of color #3366BC: hue angle of 217.66º 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 #3366BC is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 102 | 188 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.26 |
| HSL | 217.66º | 0.57% | 0.47% | - |
| HSV(B) | 217.66º | 0.73% | 0.74% | - |
| XYZ | 15.19 | 13.84 | 49.45 | - |
| YUV | 96.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 188 | 0.73 | 0.46 | 0 | 0.26 | 217.66 | 0.57 | 0.47 |
| Hex | 33 | 66 | BC | 49 | 2E | 0 | 1A | DA | 39 | 2F |
| Octal | 63 | 146 | 274 | 111 | 56 | 0 | 32 | 332 | 71 | 57 |
| Binary | 110011 | 1100110 | 10111100 | 1001001 | 101110 | 0 | 11010 | 11011010 | 111001 | 101111 |
Color Harmonies of #3366BC
Complementary color
Monochromatic Colors of #3366BC
Black with #3366BC
Text Example
Text Example
White with #3366BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3366BC; }
p { color: rgb(51,102,188); }
H1.HeaderClassName
{
color: #3366BC;
}
.AnyTagClassName
{
color: #3366BC;
}
</style>
background-color css
<style>
a { background-color: #3366BC; }
a { background-color: rgb(51,102,188); }
div.DivClassName
{
background-color: #3366BC;
}
.BgClassName
{
background-color: #3366BC;
}
</style>
border-color css
<style>
span { border-color: #3366BC; }
span { border-color: rgb(51,102,188); }
td.TdClassName
{
border-color: #3366BC;
}
.TagClassName
{
border-color: #3366BC;
}
</style>