Shades of Cerulean Blue #3260CC
Tints of Cerulean Blue #3260CC
RGB
CMYK
RGB Variations
Color information
#3260CC (or 0x3260CC) is known color: Cerulean Blue. HEX triplet: 32, 60 and CC. RGB value is (50,96,204). Sum of RGB (Red+Green+Blue) = 50+96+204=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #3260CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260CC is #CD9F33. Grayscale: #5E5E5E. Windows color (decimal): -13475636 or 13393970. OLE color: 13393970.
HSL color Cylindrical-coordinate representation of color #3260CC: hue angle of 222.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3260CC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 96 | 204 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.2 |
| HSL | 222.08º | 0.61% | 0.5% | - |
| HSV(B) | 222.08º | 0.75% | 0.8% | - |
| XYZ | 16.4 | 13.4 | 58.85 | - |
| YUV | 94.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 204 | 0.75 | 0.53 | 0 | 0.2 | 222.08 | 0.61 | 0.5 |
| Hex | 32 | 60 | CC | 4B | 35 | 0 | 14 | DE | 3D | 32 |
| Octal | 62 | 140 | 314 | 113 | 65 | 0 | 24 | 336 | 75 | 62 |
| Binary | 110010 | 1100000 | 11001100 | 1001011 | 110101 | 0 | 10100 | 11011110 | 111101 | 110010 |
Color Harmonies of #3260CC
Complementary color
Monochromatic Colors of #3260CC
Black with #3260CC
Text Example
Text Example
White with #3260CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260CC; }
p { color: rgb(50,96,204); }
H1.HeaderClassName
{
color: #3260CC;
}
.AnyTagClassName
{
color: #3260CC;
}
</style>
background-color css
<style>
a { background-color: #3260CC; }
a { background-color: rgb(50,96,204); }
div.DivClassName
{
background-color: #3260CC;
}
.BgClassName
{
background-color: #3260CC;
}
</style>
border-color css
<style>
span { border-color: #3260CC; }
span { border-color: rgb(50,96,204); }
td.TdClassName
{
border-color: #3260CC;
}
.TagClassName
{
border-color: #3260CC;
}
</style>