Shades of Fun Blue #23478F
Tints of Fun Blue #23478F
RGB
CMYK
RGB Variations
Color information
#23478F (or 0x23478F) is known color: Fun Blue. HEX triplet: 23, 47 and 8F. RGB value is (35,71,143). Sum of RGB (Red+Green+Blue) = 35+71+143=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #23478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23478F is #DCB870. Grayscale: #444444. Windows color (decimal): -14465137 or 9389859. OLE color: 9389859.
HSL color Cylindrical-coordinate representation of color #23478F: hue angle of 220º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23478F is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 71 | 143 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.44 |
| HSL | 220º | 0.61% | 0.35% | - |
| HSV(B) | 220º | 0.76% | 0.56% | - |
| XYZ | 7.9 | 6.85 | 26.89 | - |
| YUV | 68.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 143 | 0.76 | 0.50 | 0 | 0.44 | 220 | 0.61 | 0.35 |
| Hex | 23 | 47 | 8F | 4C | 32 | 0 | 2C | DC | 3D | 23 |
| Octal | 43 | 107 | 217 | 114 | 62 | 0 | 54 | 334 | 75 | 43 |
| Binary | 100011 | 1000111 | 10001111 | 1001100 | 110010 | 0 | 101100 | 11011100 | 111101 | 100011 |
Color Harmonies of #23478F
Complementary color
Monochromatic Colors of #23478F
Black with #23478F
Text Example
Text Example
White with #23478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23478F; }
p { color: rgb(35,71,143); }
H1.HeaderClassName
{
color: #23478F;
}
.AnyTagClassName
{
color: #23478F;
}
</style>
background-color css
<style>
a { background-color: #23478F; }
a { background-color: rgb(35,71,143); }
div.DivClassName
{
background-color: #23478F;
}
.BgClassName
{
background-color: #23478F;
}
</style>
border-color css
<style>
span { border-color: #23478F; }
span { border-color: rgb(35,71,143); }
td.TdClassName
{
border-color: #23478F;
}
.TagClassName
{
border-color: #23478F;
}
</style>