Shades of Cerulean Blue #3260C0
Tints of Cerulean Blue #3260C0
RGB
CMYK
RGB Variations
Color information
#3260C0 (or 0x3260C0) is known color: Cerulean Blue. HEX triplet: 32, 60 and C0. RGB value is (50,96,192). Sum of RGB (Red+Green+Blue) = 50+96+192=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #3260C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260C0 is #CD9F3F. Grayscale: #5C5C5C. Windows color (decimal): -13475648 or 12607538. OLE color: 12607538.
HSL color Cylindrical-coordinate representation of color #3260C0: hue angle of 220.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3260C0 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 96 | 192 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.25 |
| HSL | 220.56º | 0.59% | 0.47% | - |
| HSV(B) | 220.56º | 0.74% | 0.75% | - |
| XYZ | 15.01 | 12.85 | 51.56 | - |
| YUV | 93.19 | 183.76 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 192 | 0.74 | 0.50 | 0 | 0.25 | 220.56 | 0.59 | 0.47 |
| Hex | 32 | 60 | C0 | 4A | 32 | 0 | 19 | DD | 3B | 2F |
| Octal | 62 | 140 | 300 | 112 | 62 | 0 | 31 | 335 | 73 | 57 |
| Binary | 110010 | 1100000 | 11000000 | 1001010 | 110010 | 0 | 11001 | 11011101 | 111011 | 101111 |
Color Harmonies of #3260C0
Complementary color
Monochromatic Colors of #3260C0
Black with #3260C0
Text Example
Text Example
White with #3260C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260C0; }
p { color: rgb(50,96,192); }
H1.HeaderClassName
{
color: #3260C0;
}
.AnyTagClassName
{
color: #3260C0;
}
</style>
background-color css
<style>
a { background-color: #3260C0; }
a { background-color: rgb(50,96,192); }
div.DivClassName
{
background-color: #3260C0;
}
.BgClassName
{
background-color: #3260C0;
}
</style>
border-color css
<style>
span { border-color: #3260C0; }
span { border-color: rgb(50,96,192); }
td.TdClassName
{
border-color: #3260C0;
}
.TagClassName
{
border-color: #3260C0;
}
</style>