Shades of Cerulean Blue #3255C4
Tints of Cerulean Blue #3255C4
RGB
CMYK
RGB Variations
Color information
#3255C4 (or 0x3255C4) is known color: Cerulean Blue. HEX triplet: 32, 55 and C4. RGB value is (50,85,196). Sum of RGB (Red+Green+Blue) = 50+85+196=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #3255C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255C4 is #CDAA3B. Grayscale: #565656. Windows color (decimal): -13478460 or 12866866. OLE color: 12866866.
HSL color Cylindrical-coordinate representation of color #3255C4: hue angle of 225.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3255C4 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 85 | 196 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.23 |
| HSL | 225.62º | 0.59% | 0.48% | - |
| HSV(B) | 225.62º | 0.74% | 0.77% | - |
| XYZ | 14.53 | 11.16 | 53.61 | - |
| YUV | 87.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 196 | 0.74 | 0.57 | 0 | 0.23 | 225.62 | 0.59 | 0.48 |
| Hex | 32 | 55 | C4 | 4A | 39 | 0 | 17 | E2 | 3B | 30 |
| Octal | 62 | 125 | 304 | 112 | 71 | 0 | 27 | 342 | 73 | 60 |
| Binary | 110010 | 1010101 | 11000100 | 1001010 | 111001 | 0 | 10111 | 11100010 | 111011 | 110000 |
Color Harmonies of #3255C4
Complementary color
Monochromatic Colors of #3255C4
Black with #3255C4
Text Example
Text Example
White with #3255C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255C4; }
p { color: rgb(50,85,196); }
H1.HeaderClassName
{
color: #3255C4;
}
.AnyTagClassName
{
color: #3255C4;
}
</style>
background-color css
<style>
a { background-color: #3255C4; }
a { background-color: rgb(50,85,196); }
div.DivClassName
{
background-color: #3255C4;
}
.BgClassName
{
background-color: #3255C4;
}
</style>
border-color css
<style>
span { border-color: #3255C4; }
span { border-color: rgb(50,85,196); }
td.TdClassName
{
border-color: #3255C4;
}
.TagClassName
{
border-color: #3255C4;
}
</style>