Shades of Fun Blue #32538B
Tints of Fun Blue #32538B
RGB
CMYK
RGB Variations
Color information
#32538B (or 0x32538B) is known color: Fun Blue. HEX triplet: 32, 53 and 8B. RGB value is (50,83,139). Sum of RGB (Red+Green+Blue) = 50+83+139=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #32538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32538B is #CDAC74. Grayscale: #4F4F4F. Windows color (decimal): -13479029 or 9130802. OLE color: 9130802.
HSL color Cylindrical-coordinate representation of color #32538B: hue angle of 217.75º 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 #32538B is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 83 | 139 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.45 |
| HSL | 217.75º | 0.47% | 0.37% | - |
| HSV(B) | 217.75º | 0.64% | 0.55% | - |
| XYZ | 9.07 | 8.73 | 25.63 | - |
| YUV | 79.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 139 | 0.64 | 0.40 | 0 | 0.45 | 217.75 | 0.47 | 0.37 |
| Hex | 32 | 53 | 8B | 40 | 28 | 0 | 2D | DA | 2F | 25 |
| Octal | 62 | 123 | 213 | 100 | 50 | 0 | 55 | 332 | 57 | 45 |
| Binary | 110010 | 1010011 | 10001011 | 1000000 | 101000 | 0 | 101101 | 11011010 | 101111 | 100101 |
Color Harmonies of #32538B
Complementary color
Monochromatic Colors of #32538B
Black with #32538B
Text Example
Text Example
White with #32538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32538B; }
p { color: rgb(50,83,139); }
H1.HeaderClassName
{
color: #32538B;
}
.AnyTagClassName
{
color: #32538B;
}
</style>
background-color css
<style>
a { background-color: #32538B; }
a { background-color: rgb(50,83,139); }
div.DivClassName
{
background-color: #32538B;
}
.BgClassName
{
background-color: #32538B;
}
</style>
border-color css
<style>
span { border-color: #32538B; }
span { border-color: rgb(50,83,139); }
td.TdClassName
{
border-color: #32538B;
}
.TagClassName
{
border-color: #32538B;
}
</style>