Shades of Cerulean Blue #3260BC
Tints of Cerulean Blue #3260BC
RGB
CMYK
RGB Variations
Color information
#3260BC (or 0x3260BC) is known color: Cerulean Blue. HEX triplet: 32, 60 and BC. RGB value is (50,96,188). Sum of RGB (Red+Green+Blue) = 50+96+188=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #3260BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260BC is #CD9F43. Grayscale: #5C5C5C. Windows color (decimal): -13475652 or 12345394. OLE color: 12345394.
HSL color Cylindrical-coordinate representation of color #3260BC: hue angle of 220º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3260BC is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 96 | 188 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.26 |
| HSL | 220º | 0.58% | 0.47% | - |
| HSV(B) | 220º | 0.73% | 0.74% | - |
| XYZ | 14.58 | 12.67 | 49.26 | - |
| YUV | 92.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 188 | 0.73 | 0.49 | 0 | 0.26 | 220 | 0.58 | 0.47 |
| Hex | 32 | 60 | BC | 49 | 31 | 0 | 1A | DC | 3A | 2F |
| Octal | 62 | 140 | 274 | 111 | 61 | 0 | 32 | 334 | 72 | 57 |
| Binary | 110010 | 1100000 | 10111100 | 1001001 | 110001 | 0 | 11010 | 11011100 | 111010 | 101111 |
Color Harmonies of #3260BC
Complementary color
Monochromatic Colors of #3260BC
Black with #3260BC
Text Example
Text Example
White with #3260BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260BC; }
p { color: rgb(50,96,188); }
H1.HeaderClassName
{
color: #3260BC;
}
.AnyTagClassName
{
color: #3260BC;
}
</style>
background-color css
<style>
a { background-color: #3260BC; }
a { background-color: rgb(50,96,188); }
div.DivClassName
{
background-color: #3260BC;
}
.BgClassName
{
background-color: #3260BC;
}
</style>
border-color css
<style>
span { border-color: #3260BC; }
span { border-color: rgb(50,96,188); }
td.TdClassName
{
border-color: #3260BC;
}
.TagClassName
{
border-color: #3260BC;
}
</style>