Shades of Cerulean Blue #3255CC
Tints of Cerulean Blue #3255CC
RGB
CMYK
RGB Variations
Color information
#3255CC (or 0x3255CC) is known color: Cerulean Blue. HEX triplet: 32, 55 and CC. RGB value is (50,85,204). Sum of RGB (Red+Green+Blue) = 50+85+204=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #3255CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255CC is #CDAA33. Grayscale: #575757. Windows color (decimal): -13478452 or 13391154. OLE color: 13391154.
HSL color Cylindrical-coordinate representation of color #3255CC: hue angle of 226.36º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3255CC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 85 | 204 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.2 |
| HSL | 226.36º | 0.61% | 0.5% | - |
| HSV(B) | 226.36º | 0.75% | 0.8% | - |
| XYZ | 15.46 | 11.53 | 58.54 | - |
| YUV | 88.1 | 193.4 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 204 | 0.75 | 0.58 | 0 | 0.2 | 226.36 | 0.61 | 0.5 |
| Hex | 32 | 55 | CC | 4B | 3A | 0 | 14 | E2 | 3D | 32 |
| Octal | 62 | 125 | 314 | 113 | 72 | 0 | 24 | 342 | 75 | 62 |
| Binary | 110010 | 1010101 | 11001100 | 1001011 | 111010 | 0 | 10100 | 11100010 | 111101 | 110010 |
Color Harmonies of #3255CC
Complementary color
Monochromatic Colors of #3255CC
Black with #3255CC
Text Example
Text Example
White with #3255CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255CC; }
p { color: rgb(50,85,204); }
H1.HeaderClassName
{
color: #3255CC;
}
.AnyTagClassName
{
color: #3255CC;
}
</style>
background-color css
<style>
a { background-color: #3255CC; }
a { background-color: rgb(50,85,204); }
div.DivClassName
{
background-color: #3255CC;
}
.BgClassName
{
background-color: #3255CC;
}
</style>
border-color css
<style>
span { border-color: #3255CC; }
span { border-color: rgb(50,85,204); }
td.TdClassName
{
border-color: #3255CC;
}
.TagClassName
{
border-color: #3255CC;
}
</style>