Shades of Cerulean Blue #3260CB
Tints of Cerulean Blue #3260CB
RGB
CMYK
RGB Variations
Color information
#3260CB (or 0x3260CB) is known color: Cerulean Blue. HEX triplet: 32, 60 and CB. RGB value is (50,96,203). Sum of RGB (Red+Green+Blue) = 50+96+203=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #3260CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260CB is #CD9F34. Grayscale: #5D5D5D. Windows color (decimal): -13475637 or 13328434. OLE color: 13328434.
HSL color Cylindrical-coordinate representation of color #3260CB: hue angle of 221.96º degrees, saturation: 0.6, 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 #3260CB is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 96 | 203 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.20 |
| HSL | 221.96º | 0.6% | 0.5% | - |
| HSV(B) | 221.96º | 0.75% | 0.8% | - |
| XYZ | 16.28 | 13.36 | 58.22 | - |
| YUV | 94.44 | 189.26 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 203 | 0.75 | 0.53 | 0 | 0.20 | 221.96 | 0.6 | 0.5 |
| Hex | 32 | 60 | CB | 4B | 35 | 0 | 14 | DE | 3C | 32 |
| Octal | 62 | 140 | 313 | 113 | 65 | 0 | 24 | 336 | 74 | 62 |
| Binary | 110010 | 1100000 | 11001011 | 1001011 | 110101 | 0 | 10100 | 11011110 | 111100 | 110010 |
Color Harmonies of #3260CB
Complementary color
Monochromatic Colors of #3260CB
Black with #3260CB
Text Example
Text Example
White with #3260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260CB; }
p { color: rgb(50,96,203); }
H1.HeaderClassName
{
color: #3260CB;
}
.AnyTagClassName
{
color: #3260CB;
}
</style>
background-color css
<style>
a { background-color: #3260CB; }
a { background-color: rgb(50,96,203); }
div.DivClassName
{
background-color: #3260CB;
}
.BgClassName
{
background-color: #3260CB;
}
</style>
border-color css
<style>
span { border-color: #3260CB; }
span { border-color: rgb(50,96,203); }
td.TdClassName
{
border-color: #3260CB;
}
.TagClassName
{
border-color: #3260CB;
}
</style>