Shades of Fun Blue #32538C
Tints of Fun Blue #32538C
RGB
CMYK
RGB Variations
Color information
#32538C (or 0x32538C) is known color: Fun Blue. HEX triplet: 32, 53 and 8C. RGB value is (50,83,140). Sum of RGB (Red+Green+Blue) = 50+83+140=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #32538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32538C is #CDAC73. Grayscale: #4F4F4F. Windows color (decimal): -13479028 or 9196338. OLE color: 9196338.
HSL color Cylindrical-coordinate representation of color #32538C: hue angle of 218º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32538C is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 83 | 140 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.45 |
| HSL | 218º | 0.47% | 0.37% | - |
| HSV(B) | 218º | 0.64% | 0.55% | - |
| XYZ | 9.14 | 8.76 | 26.02 | - |
| YUV | 79.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 140 | 0.64 | 0.41 | 0 | 0.45 | 218 | 0.47 | 0.37 |
| Hex | 32 | 53 | 8C | 40 | 29 | 0 | 2D | DA | 2F | 25 |
| Octal | 62 | 123 | 214 | 100 | 51 | 0 | 55 | 332 | 57 | 45 |
| Binary | 110010 | 1010011 | 10001100 | 1000000 | 101001 | 0 | 101101 | 11011010 | 101111 | 100101 |
Color Harmonies of #32538C
Complementary color
Monochromatic Colors of #32538C
Black with #32538C
Text Example
Text Example
White with #32538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32538C; }
p { color: rgb(50,83,140); }
H1.HeaderClassName
{
color: #32538C;
}
.AnyTagClassName
{
color: #32538C;
}
</style>
background-color css
<style>
a { background-color: #32538C; }
a { background-color: rgb(50,83,140); }
div.DivClassName
{
background-color: #32538C;
}
.BgClassName
{
background-color: #32538C;
}
</style>
border-color css
<style>
span { border-color: #32538C; }
span { border-color: rgb(50,83,140); }
td.TdClassName
{
border-color: #32538C;
}
.TagClassName
{
border-color: #32538C;
}
</style>