Shades of Fun Blue #23477F
Tints of Fun Blue #23477F
RGB
CMYK
RGB Variations
Color information
#23477F (or 0x23477F) is known color: Fun Blue. HEX triplet: 23, 47 and 7F. RGB value is (35,71,127). Sum of RGB (Red+Green+Blue) = 35+71+127=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #23477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23477F is #DCB880. Grayscale: #424242. Windows color (decimal): -14465153 or 8341283. OLE color: 8341283.
HSL color Cylindrical-coordinate representation of color #23477F: hue angle of 216.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23477F is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 71 | 127 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.50 |
| HSL | 216.52º | 0.57% | 0.32% | - |
| HSV(B) | 216.52º | 0.72% | 0.5% | - |
| XYZ | 6.78 | 6.4 | 20.96 | - |
| YUV | 66.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 127 | 0.72 | 0.44 | 0 | 0.50 | 216.52 | 0.57 | 0.32 |
| Hex | 23 | 47 | 7F | 48 | 2C | 0 | 32 | D9 | 39 | 20 |
| Octal | 43 | 107 | 177 | 110 | 54 | 0 | 62 | 331 | 71 | 40 |
| Binary | 100011 | 1000111 | 1111111 | 1001000 | 101100 | 0 | 110010 | 11011001 | 111001 | 100000 |
Color Harmonies of #23477F
Complementary color
Monochromatic Colors of #23477F
Black with #23477F
Text Example
Text Example
White with #23477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23477F; }
p { color: rgb(35,71,127); }
H1.HeaderClassName
{
color: #23477F;
}
.AnyTagClassName
{
color: #23477F;
}
</style>
background-color css
<style>
a { background-color: #23477F; }
a { background-color: rgb(35,71,127); }
div.DivClassName
{
background-color: #23477F;
}
.BgClassName
{
background-color: #23477F;
}
</style>
border-color css
<style>
span { border-color: #23477F; }
span { border-color: rgb(35,71,127); }
td.TdClassName
{
border-color: #23477F;
}
.TagClassName
{
border-color: #23477F;
}
</style>