Shades of Cerulean Blue #3265BA
Tints of Cerulean Blue #3265BA
RGB
CMYK
RGB Variations
Color information
#3265BA (or 0x3265BA) is known color: Cerulean Blue. HEX triplet: 32, 65 and BA. RGB value is (50,101,186). Sum of RGB (Red+Green+Blue) = 50+101+186=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3265BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265BA is #CD9A45. Grayscale: #5F5F5F. Windows color (decimal): -13474374 or 12215602. OLE color: 12215602.
HSL color Cylindrical-coordinate representation of color #3265BA: hue angle of 217.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3265BA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 101 | 186 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.27 |
| HSL | 217.5º | 0.58% | 0.46% | - |
| HSV(B) | 217.5º | 0.73% | 0.73% | - |
| XYZ | 14.83 | 13.53 | 48.28 | - |
| YUV | 95.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 186 | 0.73 | 0.46 | 0 | 0.27 | 217.5 | 0.58 | 0.46 |
| Hex | 32 | 65 | BA | 49 | 2E | 0 | 1B | DA | 3A | 2E |
| Octal | 62 | 145 | 272 | 111 | 56 | 0 | 33 | 332 | 72 | 56 |
| Binary | 110010 | 1100101 | 10111010 | 1001001 | 101110 | 0 | 11011 | 11011010 | 111010 | 101110 |
Color Harmonies of #3265BA
Complementary color
Monochromatic Colors of #3265BA
Black with #3265BA
Text Example
Text Example
White with #3265BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265BA; }
p { color: rgb(50,101,186); }
H1.HeaderClassName
{
color: #3265BA;
}
.AnyTagClassName
{
color: #3265BA;
}
</style>
background-color css
<style>
a { background-color: #3265BA; }
a { background-color: rgb(50,101,186); }
div.DivClassName
{
background-color: #3265BA;
}
.BgClassName
{
background-color: #3265BA;
}
</style>
border-color css
<style>
span { border-color: #3265BA; }
span { border-color: rgb(50,101,186); }
td.TdClassName
{
border-color: #3265BA;
}
.TagClassName
{
border-color: #3265BA;
}
</style>