Shades of Cerulean Blue #3365B9
Tints of Cerulean Blue #3365B9
RGB
CMYK
RGB Variations
Color information
#3365B9 (or 0x3365B9) is known color: Cerulean Blue. HEX triplet: 33, 65 and B9. RGB value is (51,101,185). Sum of RGB (Red+Green+Blue) = 51+101+185=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #3365B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365B9 is #CC9A46. Grayscale: #5F5F5F. Windows color (decimal): -13408839 or 12150067. OLE color: 12150067.
HSL color Cylindrical-coordinate representation of color #3365B9: hue angle of 217.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3365B9 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 101 | 185 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.27 |
| HSL | 217.61º | 0.57% | 0.46% | - |
| HSV(B) | 217.61º | 0.72% | 0.73% | - |
| XYZ | 14.78 | 13.51 | 47.73 | - |
| YUV | 95.63 | 178.44 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 185 | 0.72 | 0.45 | 0 | 0.27 | 217.61 | 0.57 | 0.46 |
| Hex | 33 | 65 | B9 | 48 | 2D | 0 | 1B | DA | 39 | 2E |
| Octal | 63 | 145 | 271 | 110 | 55 | 0 | 33 | 332 | 71 | 56 |
| Binary | 110011 | 1100101 | 10111001 | 1001000 | 101101 | 0 | 11011 | 11011010 | 111001 | 101110 |
Color Harmonies of #3365B9
Complementary color
Monochromatic Colors of #3365B9
Black with #3365B9
Text Example
Text Example
White with #3365B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365B9; }
p { color: rgb(51,101,185); }
H1.HeaderClassName
{
color: #3365B9;
}
.AnyTagClassName
{
color: #3365B9;
}
</style>
background-color css
<style>
a { background-color: #3365B9; }
a { background-color: rgb(51,101,185); }
div.DivClassName
{
background-color: #3365B9;
}
.BgClassName
{
background-color: #3365B9;
}
</style>
border-color css
<style>
span { border-color: #3365B9; }
span { border-color: rgb(51,101,185); }
td.TdClassName
{
border-color: #3365B9;
}
.TagClassName
{
border-color: #3365B9;
}
</style>