Shades of Cerulean Blue #3362B7
Tints of Cerulean Blue #3362B7
RGB
CMYK
RGB Variations
Color information
#3362B7 (or 0x3362B7) is known color: Cerulean Blue. HEX triplet: 33, 62 and B7. RGB value is (51,98,183). Sum of RGB (Red+Green+Blue) = 51+98+183=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #3362B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362B7 is #CC9D48. Grayscale: #5D5D5D. Windows color (decimal): -13409609 or 12018227. OLE color: 12018227.
HSL color Cylindrical-coordinate representation of color #3362B7: hue angle of 218.64º degrees, saturation: 0.56, 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 #3362B7 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 98 | 183 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.28 |
| HSL | 218.64º | 0.56% | 0.46% | - |
| HSV(B) | 218.64º | 0.72% | 0.72% | - |
| XYZ | 14.28 | 12.86 | 46.53 | - |
| YUV | 93.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 183 | 0.72 | 0.46 | 0 | 0.28 | 218.64 | 0.56 | 0.46 |
| Hex | 33 | 62 | B7 | 48 | 2E | 0 | 1C | DB | 38 | 2E |
| Octal | 63 | 142 | 267 | 110 | 56 | 0 | 34 | 333 | 70 | 56 |
| Binary | 110011 | 1100010 | 10110111 | 1001000 | 101110 | 0 | 11100 | 11011011 | 111000 | 101110 |
Color Harmonies of #3362B7
Complementary color
Monochromatic Colors of #3362B7
Black with #3362B7
Text Example
Text Example
White with #3362B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362B7; }
p { color: rgb(51,98,183); }
H1.HeaderClassName
{
color: #3362B7;
}
.AnyTagClassName
{
color: #3362B7;
}
</style>
background-color css
<style>
a { background-color: #3362B7; }
a { background-color: rgb(51,98,183); }
div.DivClassName
{
background-color: #3362B7;
}
.BgClassName
{
background-color: #3362B7;
}
</style>
border-color css
<style>
span { border-color: #3362B7; }
span { border-color: rgb(51,98,183); }
td.TdClassName
{
border-color: #3362B7;
}
.TagClassName
{
border-color: #3362B7;
}
</style>