Shades of Cerulean Blue #3260CE
Tints of Cerulean Blue #3260CE
RGB
CMYK
RGB Variations
Color information
#3260CE (or 0x3260CE) is known color: Cerulean Blue. HEX triplet: 32, 60 and CE. RGB value is (50,96,206). Sum of RGB (Red+Green+Blue) = 50+96+206=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #3260CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260CE is #CD9F31. Grayscale: #5E5E5E. Windows color (decimal): -13475634 or 13525042. OLE color: 13525042.
HSL color Cylindrical-coordinate representation of color #3260CE: hue angle of 222.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3260CE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 96 | 206 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.19 |
| HSL | 222.31º | 0.61% | 0.5% | - |
| HSV(B) | 222.31º | 0.76% | 0.81% | - |
| XYZ | 16.64 | 13.5 | 60.12 | - |
| YUV | 94.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 206 | 0.76 | 0.53 | 0 | 0.19 | 222.31 | 0.61 | 0.5 |
| Hex | 32 | 60 | CE | 4C | 35 | 0 | 13 | DE | 3D | 32 |
| Octal | 62 | 140 | 316 | 114 | 65 | 0 | 23 | 336 | 75 | 62 |
| Binary | 110010 | 1100000 | 11001110 | 1001100 | 110101 | 0 | 10011 | 11011110 | 111101 | 110010 |
Color Harmonies of #3260CE
Complementary color
Monochromatic Colors of #3260CE
Black with #3260CE
Text Example
Text Example
White with #3260CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260CE; }
p { color: rgb(50,96,206); }
H1.HeaderClassName
{
color: #3260CE;
}
.AnyTagClassName
{
color: #3260CE;
}
</style>
background-color css
<style>
a { background-color: #3260CE; }
a { background-color: rgb(50,96,206); }
div.DivClassName
{
background-color: #3260CE;
}
.BgClassName
{
background-color: #3260CE;
}
</style>
border-color css
<style>
span { border-color: #3260CE; }
span { border-color: rgb(50,96,206); }
td.TdClassName
{
border-color: #3260CE;
}
.TagClassName
{
border-color: #3260CE;
}
</style>