Shades of Fun Blue #234089
Tints of Fun Blue #234089
RGB
CMYK
RGB Variations
Color information
#234089 (or 0x234089) is known color: Fun Blue. HEX triplet: 23, 40 and 89. RGB value is (35,64,137). Sum of RGB (Red+Green+Blue) = 35+64+137=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #234089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234089 is #DCBF76. Grayscale: #3F3F3F. Windows color (decimal): -14466935 or 8994851. OLE color: 8994851.
HSL color Cylindrical-coordinate representation of color #234089: hue angle of 222.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234089 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 64 | 137 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.46 |
| HSL | 222.94º | 0.59% | 0.34% | - |
| HSV(B) | 222.94º | 0.74% | 0.54% | - |
| XYZ | 7.04 | 5.83 | 24.42 | - |
| YUV | 63.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 137 | 0.74 | 0.53 | 0 | 0.46 | 222.94 | 0.59 | 0.34 |
| Hex | 23 | 40 | 89 | 4A | 35 | 0 | 2E | DF | 3B | 22 |
| Octal | 43 | 100 | 211 | 112 | 65 | 0 | 56 | 337 | 73 | 42 |
| Binary | 100011 | 1000000 | 10001001 | 1001010 | 110101 | 0 | 101110 | 11011111 | 111011 | 100010 |
Color Harmonies of #234089
Complementary color
Monochromatic Colors of #234089
Black with #234089
Text Example
Text Example
White with #234089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234089; }
p { color: rgb(35,64,137); }
H1.HeaderClassName
{
color: #234089;
}
.AnyTagClassName
{
color: #234089;
}
</style>
background-color css
<style>
a { background-color: #234089; }
a { background-color: rgb(35,64,137); }
div.DivClassName
{
background-color: #234089;
}
.BgClassName
{
background-color: #234089;
}
</style>
border-color css
<style>
span { border-color: #234089; }
span { border-color: rgb(35,64,137); }
td.TdClassName
{
border-color: #234089;
}
.TagClassName
{
border-color: #234089;
}
</style>