Shades of Fun Blue #234890
Tints of Fun Blue #234890
RGB
CMYK
RGB Variations
Color information
#234890 (or 0x234890) is known color: Fun Blue. HEX triplet: 23, 48 and 90. RGB value is (35,72,144). Sum of RGB (Red+Green+Blue) = 35+72+144=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #234890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234890 is #DCB76F. Grayscale: #444444. Windows color (decimal): -14464880 or 9455651. OLE color: 9455651.
HSL color Cylindrical-coordinate representation of color #234890: hue angle of 219.63º 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 #234890 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 72 | 144 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.44 |
| HSL | 219.63º | 0.61% | 0.35% | - |
| HSV(B) | 219.63º | 0.76% | 0.56% | - |
| XYZ | 8.04 | 7.01 | 27.31 | - |
| YUV | 69.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 144 | 0.76 | 0.50 | 0 | 0.44 | 219.63 | 0.61 | 0.35 |
| Hex | 23 | 48 | 90 | 4C | 32 | 0 | 2C | DC | 3D | 23 |
| Octal | 43 | 110 | 220 | 114 | 62 | 0 | 54 | 334 | 75 | 43 |
| Binary | 100011 | 1001000 | 10010000 | 1001100 | 110010 | 0 | 101100 | 11011100 | 111101 | 100011 |
Color Harmonies of #234890
Complementary color
Monochromatic Colors of #234890
Black with #234890
Text Example
Text Example
White with #234890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234890; }
p { color: rgb(35,72,144); }
H1.HeaderClassName
{
color: #234890;
}
.AnyTagClassName
{
color: #234890;
}
</style>
background-color css
<style>
a { background-color: #234890; }
a { background-color: rgb(35,72,144); }
div.DivClassName
{
background-color: #234890;
}
.BgClassName
{
background-color: #234890;
}
</style>
border-color css
<style>
span { border-color: #234890; }
span { border-color: rgb(35,72,144); }
td.TdClassName
{
border-color: #234890;
}
.TagClassName
{
border-color: #234890;
}
</style>