Shades of Cerulean Blue #3255B4
Tints of Cerulean Blue #3255B4
RGB
CMYK
RGB Variations
Color information
#3255B4 (or 0x3255B4) is known color: Cerulean Blue. HEX triplet: 32, 55 and B4. RGB value is (50,85,180). Sum of RGB (Red+Green+Blue) = 50+85+180=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #3255B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3255B4 is #CDAA4B. Grayscale: #545454. Windows color (decimal): -13478476 or 11818290. OLE color: 11818290.
HSL color Cylindrical-coordinate representation of color #3255B4: hue angle of 223.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3255B4 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 85 | 180 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.29 |
| HSL | 223.85º | 0.57% | 0.45% | - |
| HSV(B) | 223.85º | 0.72% | 0.71% | - |
| XYZ | 12.8 | 10.47 | 44.53 | - |
| YUV | 85.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 180 | 0.72 | 0.53 | 0 | 0.29 | 223.85 | 0.57 | 0.45 |
| Hex | 32 | 55 | B4 | 48 | 35 | 0 | 1D | E0 | 39 | 2D |
| Octal | 62 | 125 | 264 | 110 | 65 | 0 | 35 | 340 | 71 | 55 |
| Binary | 110010 | 1010101 | 10110100 | 1001000 | 110101 | 0 | 11101 | 11100000 | 111001 | 101101 |
Color Harmonies of #3255B4
Complementary color
Monochromatic Colors of #3255B4
Black with #3255B4
Text Example
Text Example
White with #3255B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255B4; }
p { color: rgb(50,85,180); }
H1.HeaderClassName
{
color: #3255B4;
}
.AnyTagClassName
{
color: #3255B4;
}
</style>
background-color css
<style>
a { background-color: #3255B4; }
a { background-color: rgb(50,85,180); }
div.DivClassName
{
background-color: #3255B4;
}
.BgClassName
{
background-color: #3255B4;
}
</style>
border-color css
<style>
span { border-color: #3255B4; }
span { border-color: rgb(50,85,180); }
td.TdClassName
{
border-color: #3255B4;
}
.TagClassName
{
border-color: #3255B4;
}
</style>