Shades of Cerulean Blue #3362B8
Tints of Cerulean Blue #3362B8
RGB
CMYK
RGB Variations
Color information
#3362B8 (or 0x3362B8) is known color: Cerulean Blue. HEX triplet: 33, 62 and B8. RGB value is (51,98,184). Sum of RGB (Red+Green+Blue) = 51+98+184=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #3362B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362B8 is #CC9D47. Grayscale: #5D5D5D. Windows color (decimal): -13409608 or 12083763. OLE color: 12083763.
HSL color Cylindrical-coordinate representation of color #3362B8: hue angle of 218.8º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3362B8 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 98 | 184 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.28 |
| HSL | 218.8º | 0.57% | 0.46% | - |
| HSV(B) | 218.8º | 0.72% | 0.72% | - |
| XYZ | 14.38 | 12.9 | 47.08 | - |
| YUV | 93.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 184 | 0.72 | 0.47 | 0 | 0.28 | 218.8 | 0.57 | 0.46 |
| Hex | 33 | 62 | B8 | 48 | 2F | 0 | 1C | DB | 39 | 2E |
| Octal | 63 | 142 | 270 | 110 | 57 | 0 | 34 | 333 | 71 | 56 |
| Binary | 110011 | 1100010 | 10111000 | 1001000 | 101111 | 0 | 11100 | 11011011 | 111001 | 101110 |
Color Harmonies of #3362B8
Complementary color
Monochromatic Colors of #3362B8
Black with #3362B8
Text Example
Text Example
White with #3362B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362B8; }
p { color: rgb(51,98,184); }
H1.HeaderClassName
{
color: #3362B8;
}
.AnyTagClassName
{
color: #3362B8;
}
</style>
background-color css
<style>
a { background-color: #3362B8; }
a { background-color: rgb(51,98,184); }
div.DivClassName
{
background-color: #3362B8;
}
.BgClassName
{
background-color: #3362B8;
}
</style>
border-color css
<style>
span { border-color: #3362B8; }
span { border-color: rgb(51,98,184); }
td.TdClassName
{
border-color: #3362B8;
}
.TagClassName
{
border-color: #3362B8;
}
</style>