Shades of Fun Blue #234982
Tints of Fun Blue #234982
RGB
CMYK
RGB Variations
Color information
#234982 (or 0x234982) is known color: Fun Blue. HEX triplet: 23, 49 and 82. RGB value is (35,73,130). Sum of RGB (Red+Green+Blue) = 35+73+130=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #234982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234982 is #DCB67D. Grayscale: #434343. Windows color (decimal): -14464638 or 8538403. OLE color: 8538403.
HSL color Cylindrical-coordinate representation of color #234982: hue angle of 216º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234982 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 73 | 130 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.49 |
| HSL | 216º | 0.58% | 0.32% | - |
| HSV(B) | 216º | 0.73% | 0.51% | - |
| XYZ | 7.1 | 6.73 | 22.04 | - |
| YUV | 68.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 130 | 0.73 | 0.44 | 0 | 0.49 | 216 | 0.58 | 0.32 |
| Hex | 23 | 49 | 82 | 49 | 2C | 0 | 31 | D8 | 3A | 20 |
| Octal | 43 | 111 | 202 | 111 | 54 | 0 | 61 | 330 | 72 | 40 |
| Binary | 100011 | 1001001 | 10000010 | 1001001 | 101100 | 0 | 110001 | 11011000 | 111010 | 100000 |
Color Harmonies of #234982
Complementary color
Monochromatic Colors of #234982
Black with #234982
Text Example
Text Example
White with #234982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234982; }
p { color: rgb(35,73,130); }
H1.HeaderClassName
{
color: #234982;
}
.AnyTagClassName
{
color: #234982;
}
</style>
background-color css
<style>
a { background-color: #234982; }
a { background-color: rgb(35,73,130); }
div.DivClassName
{
background-color: #234982;
}
.BgClassName
{
background-color: #234982;
}
</style>
border-color css
<style>
span { border-color: #234982; }
span { border-color: rgb(35,73,130); }
td.TdClassName
{
border-color: #234982;
}
.TagClassName
{
border-color: #234982;
}
</style>