Shades of Fun Blue #234690
Tints of Fun Blue #234690
RGB
CMYK
RGB Variations
Color information
#234690 (or 0x234690) is known color: Fun Blue. HEX triplet: 23, 46 and 90. RGB value is (35,70,144). Sum of RGB (Red+Green+Blue) = 35+70+144=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #234690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234690 is #DCB96F. Grayscale: #434343. Windows color (decimal): -14465392 or 9455139. OLE color: 9455139.
HSL color Cylindrical-coordinate representation of color #234690: hue angle of 220.73º 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 #234690 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 70 | 144 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.44 |
| HSL | 220.73º | 0.61% | 0.35% | - |
| HSV(B) | 220.73º | 0.76% | 0.56% | - |
| XYZ | 7.92 | 6.75 | 27.27 | - |
| YUV | 67.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 144 | 0.76 | 0.51 | 0 | 0.44 | 220.73 | 0.61 | 0.35 |
| Hex | 23 | 46 | 90 | 4C | 33 | 0 | 2C | DD | 3D | 23 |
| Octal | 43 | 106 | 220 | 114 | 63 | 0 | 54 | 335 | 75 | 43 |
| Binary | 100011 | 1000110 | 10010000 | 1001100 | 110011 | 0 | 101100 | 11011101 | 111101 | 100011 |
Color Harmonies of #234690
Complementary color
Monochromatic Colors of #234690
Black with #234690
Text Example
Text Example
White with #234690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234690; }
p { color: rgb(35,70,144); }
H1.HeaderClassName
{
color: #234690;
}
.AnyTagClassName
{
color: #234690;
}
</style>
background-color css
<style>
a { background-color: #234690; }
a { background-color: rgb(35,70,144); }
div.DivClassName
{
background-color: #234690;
}
.BgClassName
{
background-color: #234690;
}
</style>
border-color css
<style>
span { border-color: #234690; }
span { border-color: rgb(35,70,144); }
td.TdClassName
{
border-color: #234690;
}
.TagClassName
{
border-color: #234690;
}
</style>