Shades of Fun Blue #234576
Tints of Fun Blue #234576
RGB
CMYK
RGB Variations
Color information
#234576 (or 0x234576) is known color: Fun Blue. HEX triplet: 23, 45 and 76. RGB value is (35,69,118). Sum of RGB (Red+Green+Blue) = 35+69+118=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #234576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234576 is #DCBA89. Grayscale: #404040. Windows color (decimal): -14465674 or 7750947. OLE color: 7750947.
HSL color Cylindrical-coordinate representation of color #234576: hue angle of 215.42º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234576 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 69 | 118 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.54 |
| HSL | 215.42º | 0.54% | 0.3% | - |
| HSV(B) | 215.42º | 0.7% | 0.46% | - |
| XYZ | 6.09 | 5.92 | 17.96 | - |
| YUV | 64.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 118 | 0.70 | 0.42 | 0 | 0.54 | 215.42 | 0.54 | 0.3 |
| Hex | 23 | 45 | 76 | 46 | 2A | 0 | 36 | D7 | 36 | 1E |
| Octal | 43 | 105 | 166 | 106 | 52 | 0 | 66 | 327 | 66 | 36 |
| Binary | 100011 | 1000101 | 1110110 | 1000110 | 101010 | 0 | 110110 | 11010111 | 110110 | 11110 |
Color Harmonies of #234576
Complementary color
Monochromatic Colors of #234576
Black with #234576
Text Example
Text Example
White with #234576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234576; }
p { color: rgb(35,69,118); }
H1.HeaderClassName
{
color: #234576;
}
.AnyTagClassName
{
color: #234576;
}
</style>
background-color css
<style>
a { background-color: #234576; }
a { background-color: rgb(35,69,118); }
div.DivClassName
{
background-color: #234576;
}
.BgClassName
{
background-color: #234576;
}
</style>
border-color css
<style>
span { border-color: #234576; }
span { border-color: rgb(35,69,118); }
td.TdClassName
{
border-color: #234576;
}
.TagClassName
{
border-color: #234576;
}
</style>