Shades of Cerulean Blue #3362BD
Tints of Cerulean Blue #3362BD
RGB
CMYK
RGB Variations
Color information
#3362BD (or 0x3362BD) is known color: Cerulean Blue. HEX triplet: 33, 62 and BD. RGB value is (51,98,189). Sum of RGB (Red+Green+Blue) = 51+98+189=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #3362BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362BD is #CC9D42. Grayscale: #5D5D5D. Windows color (decimal): -13409603 or 12411443. OLE color: 12411443.
HSL color Cylindrical-coordinate representation of color #3362BD: hue angle of 219.57º 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 #3362BD is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 98 | 189 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.26 |
| HSL | 219.57º | 0.58% | 0.47% | - |
| HSV(B) | 219.57º | 0.73% | 0.74% | - |
| XYZ | 14.92 | 13.11 | 49.89 | - |
| YUV | 94.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 189 | 0.73 | 0.48 | 0 | 0.26 | 219.57 | 0.58 | 0.47 |
| Hex | 33 | 62 | BD | 49 | 30 | 0 | 1A | DC | 3A | 2F |
| Octal | 63 | 142 | 275 | 111 | 60 | 0 | 32 | 334 | 72 | 57 |
| Binary | 110011 | 1100010 | 10111101 | 1001001 | 110000 | 0 | 11010 | 11011100 | 111010 | 101111 |
Color Harmonies of #3362BD
Complementary color
Monochromatic Colors of #3362BD
Black with #3362BD
Text Example
Text Example
White with #3362BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362BD; }
p { color: rgb(51,98,189); }
H1.HeaderClassName
{
color: #3362BD;
}
.AnyTagClassName
{
color: #3362BD;
}
</style>
background-color css
<style>
a { background-color: #3362BD; }
a { background-color: rgb(51,98,189); }
div.DivClassName
{
background-color: #3362BD;
}
.BgClassName
{
background-color: #3362BD;
}
</style>
border-color css
<style>
span { border-color: #3362BD; }
span { border-color: rgb(51,98,189); }
td.TdClassName
{
border-color: #3362BD;
}
.TagClassName
{
border-color: #3362BD;
}
</style>