Shades of Fun Blue #23478D
Tints of Fun Blue #23478D
RGB
CMYK
RGB Variations
Color information
#23478D (or 0x23478D) is known color: Fun Blue. HEX triplet: 23, 47 and 8D. RGB value is (35,71,141). Sum of RGB (Red+Green+Blue) = 35+71+141=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #23478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23478D is #DCB872. Grayscale: #434343. Windows color (decimal): -14465139 or 9258787. OLE color: 9258787.
HSL color Cylindrical-coordinate representation of color #23478D: hue angle of 219.62º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23478D is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 71 | 141 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.45 |
| HSL | 219.62º | 0.6% | 0.35% | - |
| HSV(B) | 219.62º | 0.75% | 0.55% | - |
| XYZ | 7.75 | 6.79 | 26.1 | - |
| YUV | 68.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 141 | 0.75 | 0.50 | 0 | 0.45 | 219.62 | 0.6 | 0.35 |
| Hex | 23 | 47 | 8D | 4B | 32 | 0 | 2D | DC | 3C | 23 |
| Octal | 43 | 107 | 215 | 113 | 62 | 0 | 55 | 334 | 74 | 43 |
| Binary | 100011 | 1000111 | 10001101 | 1001011 | 110010 | 0 | 101101 | 11011100 | 111100 | 100011 |
Color Harmonies of #23478D
Complementary color
Monochromatic Colors of #23478D
Black with #23478D
Text Example
Text Example
White with #23478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23478D; }
p { color: rgb(35,71,141); }
H1.HeaderClassName
{
color: #23478D;
}
.AnyTagClassName
{
color: #23478D;
}
</style>
background-color css
<style>
a { background-color: #23478D; }
a { background-color: rgb(35,71,141); }
div.DivClassName
{
background-color: #23478D;
}
.BgClassName
{
background-color: #23478D;
}
</style>
border-color css
<style>
span { border-color: #23478D; }
span { border-color: rgb(35,71,141); }
td.TdClassName
{
border-color: #23478D;
}
.TagClassName
{
border-color: #23478D;
}
</style>