Shades of Cerulean Blue #3165CC
Tints of Cerulean Blue #3165CC
RGB
CMYK
RGB Variations
Color information
#3165CC (or 0x3165CC) is known color: Cerulean Blue. HEX triplet: 31, 65 and CC. RGB value is (49,101,204). Sum of RGB (Red+Green+Blue) = 49+101+204=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #3165CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165CC is #CE9A33. Grayscale: #606060. Windows color (decimal): -13539892 or 13395249. OLE color: 13395249.
HSL color Cylindrical-coordinate representation of color #3165CC: hue angle of 219.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3165CC is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 101 | 204 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.2 |
| HSL | 219.87º | 0.61% | 0.5% | - |
| HSV(B) | 219.87º | 0.76% | 0.8% | - |
| XYZ | 16.82 | 14.32 | 59 | - |
| YUV | 97.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 204 | 0.76 | 0.50 | 0 | 0.2 | 219.87 | 0.61 | 0.5 |
| Hex | 31 | 65 | CC | 4C | 32 | 0 | 14 | DC | 3D | 32 |
| Octal | 61 | 145 | 314 | 114 | 62 | 0 | 24 | 334 | 75 | 62 |
| Binary | 110001 | 1100101 | 11001100 | 1001100 | 110010 | 0 | 10100 | 11011100 | 111101 | 110010 |
Color Harmonies of #3165CC
Complementary color
Monochromatic Colors of #3165CC
Black with #3165CC
Text Example
Text Example
White with #3165CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3165CC; }
p { color: rgb(49,101,204); }
H1.HeaderClassName
{
color: #3165CC;
}
.AnyTagClassName
{
color: #3165CC;
}
</style>
background-color css
<style>
a { background-color: #3165CC; }
a { background-color: rgb(49,101,204); }
div.DivClassName
{
background-color: #3165CC;
}
.BgClassName
{
background-color: #3165CC;
}
</style>
border-color css
<style>
span { border-color: #3165CC; }
span { border-color: rgb(49,101,204); }
td.TdClassName
{
border-color: #3165CC;
}
.TagClassName
{
border-color: #3165CC;
}
</style>