Shades of Cerulean Blue #3260BF
Tints of Cerulean Blue #3260BF
RGB
CMYK
RGB Variations
Color information
#3260BF (or 0x3260BF) is known color: Cerulean Blue. HEX triplet: 32, 60 and BF. RGB value is (50,96,191). Sum of RGB (Red+Green+Blue) = 50+96+191=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #3260BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3260BF is #CD9F40. Grayscale: #5C5C5C. Windows color (decimal): -13475649 or 12542002. OLE color: 12542002.
HSL color Cylindrical-coordinate representation of color #3260BF: hue angle of 220.43º 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 #3260BF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 96 | 191 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.25 |
| HSL | 220.43º | 0.59% | 0.47% | - |
| HSV(B) | 220.43º | 0.74% | 0.75% | - |
| XYZ | 14.9 | 12.81 | 50.98 | - |
| YUV | 93.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 191 | 0.74 | 0.50 | 0 | 0.25 | 220.43 | 0.59 | 0.47 |
| Hex | 32 | 60 | BF | 4A | 32 | 0 | 19 | DC | 3B | 2F |
| Octal | 62 | 140 | 277 | 112 | 62 | 0 | 31 | 334 | 73 | 57 |
| Binary | 110010 | 1100000 | 10111111 | 1001010 | 110010 | 0 | 11001 | 11011100 | 111011 | 101111 |
Color Harmonies of #3260BF
Complementary color
Monochromatic Colors of #3260BF
Black with #3260BF
Text Example
Text Example
White with #3260BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260BF; }
p { color: rgb(50,96,191); }
H1.HeaderClassName
{
color: #3260BF;
}
.AnyTagClassName
{
color: #3260BF;
}
</style>
background-color css
<style>
a { background-color: #3260BF; }
a { background-color: rgb(50,96,191); }
div.DivClassName
{
background-color: #3260BF;
}
.BgClassName
{
background-color: #3260BF;
}
</style>
border-color css
<style>
span { border-color: #3260BF; }
span { border-color: rgb(50,96,191); }
td.TdClassName
{
border-color: #3260BF;
}
.TagClassName
{
border-color: #3260BF;
}
</style>