Shades of Cerulean Blue #3364BA
Tints of Cerulean Blue #3364BA
RGB
CMYK
RGB Variations
Color information
#3364BA (or 0x3364BA) is known color: Cerulean Blue. HEX triplet: 33, 64 and BA. RGB value is (51,100,186). Sum of RGB (Red+Green+Blue) = 51+100+186=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3364BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364BA is #CC9B45. Grayscale: #5E5E5E. Windows color (decimal): -13409094 or 12215347. OLE color: 12215347.
HSL color Cylindrical-coordinate representation of color #3364BA: hue angle of 218.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3364BA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 100 | 186 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.27 |
| HSL | 218.22º | 0.57% | 0.46% | - |
| HSV(B) | 218.22º | 0.73% | 0.73% | - |
| XYZ | 14.79 | 13.36 | 48.25 | - |
| YUV | 95.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 186 | 0.73 | 0.46 | 0 | 0.27 | 218.22 | 0.57 | 0.46 |
| Hex | 33 | 64 | BA | 49 | 2E | 0 | 1B | DA | 39 | 2E |
| Octal | 63 | 144 | 272 | 111 | 56 | 0 | 33 | 332 | 71 | 56 |
| Binary | 110011 | 1100100 | 10111010 | 1001001 | 101110 | 0 | 11011 | 11011010 | 111001 | 101110 |
Color Harmonies of #3364BA
Complementary color
Monochromatic Colors of #3364BA
Black with #3364BA
Text Example
Text Example
White with #3364BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3364BA; }
p { color: rgb(51,100,186); }
H1.HeaderClassName
{
color: #3364BA;
}
.AnyTagClassName
{
color: #3364BA;
}
</style>
background-color css
<style>
a { background-color: #3364BA; }
a { background-color: rgb(51,100,186); }
div.DivClassName
{
background-color: #3364BA;
}
.BgClassName
{
background-color: #3364BA;
}
</style>
border-color css
<style>
span { border-color: #3364BA; }
span { border-color: rgb(51,100,186); }
td.TdClassName
{
border-color: #3364BA;
}
.TagClassName
{
border-color: #3364BA;
}
</style>