Shades of Cerulean Blue #3255CA
Tints of Cerulean Blue #3255CA
RGB
CMYK
RGB Variations
Color information
#3255CA (or 0x3255CA) is known color: Cerulean Blue. HEX triplet: 32, 55 and CA. RGB value is (50,85,202). Sum of RGB (Red+Green+Blue) = 50+85+202=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #3255CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255CA is #CDAA35. Grayscale: #575757. Windows color (decimal): -13478454 or 13260082. OLE color: 13260082.
HSL color Cylindrical-coordinate representation of color #3255CA: hue angle of 226.18º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3255CA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 85 | 202 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.21 |
| HSL | 226.18º | 0.6% | 0.49% | - |
| HSV(B) | 226.18º | 0.75% | 0.79% | - |
| XYZ | 15.22 | 11.44 | 57.28 | - |
| YUV | 87.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 202 | 0.75 | 0.58 | 0 | 0.21 | 226.18 | 0.6 | 0.49 |
| Hex | 32 | 55 | CA | 4B | 3A | 0 | 15 | E2 | 3C | 31 |
| Octal | 62 | 125 | 312 | 113 | 72 | 0 | 25 | 342 | 74 | 61 |
| Binary | 110010 | 1010101 | 11001010 | 1001011 | 111010 | 0 | 10101 | 11100010 | 111100 | 110001 |
Color Harmonies of #3255CA
Complementary color
Monochromatic Colors of #3255CA
Black with #3255CA
Text Example
Text Example
White with #3255CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255CA; }
p { color: rgb(50,85,202); }
H1.HeaderClassName
{
color: #3255CA;
}
.AnyTagClassName
{
color: #3255CA;
}
</style>
background-color css
<style>
a { background-color: #3255CA; }
a { background-color: rgb(50,85,202); }
div.DivClassName
{
background-color: #3255CA;
}
.BgClassName
{
background-color: #3255CA;
}
</style>
border-color css
<style>
span { border-color: #3255CA; }
span { border-color: rgb(50,85,202); }
td.TdClassName
{
border-color: #3255CA;
}
.TagClassName
{
border-color: #3255CA;
}
</style>