Shades of Cerulean Blue #3365C6
Tints of Cerulean Blue #3365C6
RGB
CMYK
RGB Variations
Color information
#3365C6 (or 0x3365C6) is known color: Cerulean Blue. HEX triplet: 33, 65 and C6. RGB value is (51,101,198). Sum of RGB (Red+Green+Blue) = 51+101+198=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #3365C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365C6 is #CC9A39. Grayscale: #606060. Windows color (decimal): -13408826 or 13002035. OLE color: 13002035.
HSL color Cylindrical-coordinate representation of color #3365C6: hue angle of 219.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3365C6 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 101 | 198 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.22 |
| HSL | 219.59º | 0.59% | 0.49% | - |
| HSV(B) | 219.59º | 0.74% | 0.78% | - |
| XYZ | 16.21 | 14.09 | 55.29 | - |
| YUV | 97.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 198 | 0.74 | 0.49 | 0 | 0.22 | 219.59 | 0.59 | 0.49 |
| Hex | 33 | 65 | C6 | 4A | 31 | 0 | 16 | DC | 3B | 31 |
| Octal | 63 | 145 | 306 | 112 | 61 | 0 | 26 | 334 | 73 | 61 |
| Binary | 110011 | 1100101 | 11000110 | 1001010 | 110001 | 0 | 10110 | 11011100 | 111011 | 110001 |
Color Harmonies of #3365C6
Complementary color
Monochromatic Colors of #3365C6
Black with #3365C6
Text Example
Text Example
White with #3365C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365C6; }
p { color: rgb(51,101,198); }
H1.HeaderClassName
{
color: #3365C6;
}
.AnyTagClassName
{
color: #3365C6;
}
</style>
background-color css
<style>
a { background-color: #3365C6; }
a { background-color: rgb(51,101,198); }
div.DivClassName
{
background-color: #3365C6;
}
.BgClassName
{
background-color: #3365C6;
}
</style>
border-color css
<style>
span { border-color: #3365C6; }
span { border-color: rgb(51,101,198); }
td.TdClassName
{
border-color: #3365C6;
}
.TagClassName
{
border-color: #3365C6;
}
</style>