Shades of Cerulean Blue #3265BD
Tints of Cerulean Blue #3265BD
RGB
CMYK
RGB Variations
Color information
#3265BD (or 0x3265BD) is known color: Cerulean Blue. HEX triplet: 32, 65 and BD. RGB value is (50,101,189). Sum of RGB (Red+Green+Blue) = 50+101+189=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3265BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265BD is #CD9A42. Grayscale: #5F5F5F. Windows color (decimal): -13474371 or 12412210. OLE color: 12412210.
HSL color Cylindrical-coordinate representation of color #3265BD: hue angle of 217.99º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3265BD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 101 | 189 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.26 |
| HSL | 217.99º | 0.58% | 0.47% | - |
| HSV(B) | 217.99º | 0.74% | 0.74% | - |
| XYZ | 15.15 | 13.66 | 49.98 | - |
| YUV | 95.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 189 | 0.74 | 0.47 | 0 | 0.26 | 217.99 | 0.58 | 0.47 |
| Hex | 32 | 65 | BD | 4A | 2F | 0 | 1A | DA | 3A | 2F |
| Octal | 62 | 145 | 275 | 112 | 57 | 0 | 32 | 332 | 72 | 57 |
| Binary | 110010 | 1100101 | 10111101 | 1001010 | 101111 | 0 | 11010 | 11011010 | 111010 | 101111 |
Color Harmonies of #3265BD
Complementary color
Monochromatic Colors of #3265BD
Black with #3265BD
Text Example
Text Example
White with #3265BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3265BD; }
p { color: rgb(50,101,189); }
H1.HeaderClassName
{
color: #3265BD;
}
.AnyTagClassName
{
color: #3265BD;
}
</style>
background-color css
<style>
a { background-color: #3265BD; }
a { background-color: rgb(50,101,189); }
div.DivClassName
{
background-color: #3265BD;
}
.BgClassName
{
background-color: #3265BD;
}
</style>
border-color css
<style>
span { border-color: #3265BD; }
span { border-color: rgb(50,101,189); }
td.TdClassName
{
border-color: #3265BD;
}
.TagClassName
{
border-color: #3265BD;
}
</style>