Shades of Fun Blue #23498E
Tints of Fun Blue #23498E
RGB
CMYK
RGB Variations
Color information
#23498E (or 0x23498E) is known color: Fun Blue. HEX triplet: 23, 49 and 8E. RGB value is (35,73,142). Sum of RGB (Red+Green+Blue) = 35+73+142=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #23498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23498E is #DCB671. Grayscale: #454545. Windows color (decimal): -14464626 or 9324835. OLE color: 9324835.
HSL color Cylindrical-coordinate representation of color #23498E: hue angle of 218.69º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23498E is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 73 | 142 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.44 |
| HSL | 218.69º | 0.6% | 0.35% | - |
| HSV(B) | 218.69º | 0.75% | 0.56% | - |
| XYZ | 7.96 | 7.08 | 26.54 | - |
| YUV | 69.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 142 | 0.75 | 0.49 | 0 | 0.44 | 218.69 | 0.6 | 0.35 |
| Hex | 23 | 49 | 8E | 4B | 31 | 0 | 2C | DB | 3C | 23 |
| Octal | 43 | 111 | 216 | 113 | 61 | 0 | 54 | 333 | 74 | 43 |
| Binary | 100011 | 1001001 | 10001110 | 1001011 | 110001 | 0 | 101100 | 11011011 | 111100 | 100011 |
Color Harmonies of #23498E
Complementary color
Monochromatic Colors of #23498E
Black with #23498E
Text Example
Text Example
White with #23498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23498E; }
p { color: rgb(35,73,142); }
H1.HeaderClassName
{
color: #23498E;
}
.AnyTagClassName
{
color: #23498E;
}
</style>
background-color css
<style>
a { background-color: #23498E; }
a { background-color: rgb(35,73,142); }
div.DivClassName
{
background-color: #23498E;
}
.BgClassName
{
background-color: #23498E;
}
</style>
border-color css
<style>
span { border-color: #23498E; }
span { border-color: rgb(35,73,142); }
td.TdClassName
{
border-color: #23498E;
}
.TagClassName
{
border-color: #23498E;
}
</style>