Shades of Cerulean Blue #3365C1
Tints of Cerulean Blue #3365C1
RGB
CMYK
RGB Variations
Color information
#3365C1 (or 0x3365C1) is known color: Cerulean Blue. HEX triplet: 33, 65 and C1. RGB value is (51,101,193). Sum of RGB (Red+Green+Blue) = 51+101+193=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #3365C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365C1 is #CC9A3E. Grayscale: #606060. Windows color (decimal): -13408831 or 12674355. OLE color: 12674355.
HSL color Cylindrical-coordinate representation of color #3365C1: hue angle of 218.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3365C1 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 101 | 193 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.24 |
| HSL | 218.87º | 0.58% | 0.48% | - |
| HSV(B) | 218.87º | 0.74% | 0.76% | - |
| XYZ | 15.64 | 13.86 | 52.3 | - |
| YUV | 96.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 193 | 0.74 | 0.48 | 0 | 0.24 | 218.87 | 0.58 | 0.48 |
| Hex | 33 | 65 | C1 | 4A | 30 | 0 | 18 | DB | 3A | 30 |
| Octal | 63 | 145 | 301 | 112 | 60 | 0 | 30 | 333 | 72 | 60 |
| Binary | 110011 | 1100101 | 11000001 | 1001010 | 110000 | 0 | 11000 | 11011011 | 111010 | 110000 |
Color Harmonies of #3365C1
Complementary color
Monochromatic Colors of #3365C1
Black with #3365C1
Text Example
Text Example
White with #3365C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3365C1; }
p { color: rgb(51,101,193); }
H1.HeaderClassName
{
color: #3365C1;
}
.AnyTagClassName
{
color: #3365C1;
}
</style>
background-color css
<style>
a { background-color: #3365C1; }
a { background-color: rgb(51,101,193); }
div.DivClassName
{
background-color: #3365C1;
}
.BgClassName
{
background-color: #3365C1;
}
</style>
border-color css
<style>
span { border-color: #3365C1; }
span { border-color: rgb(51,101,193); }
td.TdClassName
{
border-color: #3365C1;
}
.TagClassName
{
border-color: #3365C1;
}
</style>