Shades of Fun Blue #234485
Tints of Fun Blue #234485
RGB
CMYK
RGB Variations
Color information
#234485 (or 0x234485) is known color: Fun Blue. HEX triplet: 23, 44 and 85. RGB value is (35,68,133). Sum of RGB (Red+Green+Blue) = 35+68+133=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #234485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234485 is #DCBB7A. Grayscale: #414141. Windows color (decimal): -14465915 or 8733731. OLE color: 8733731.
HSL color Cylindrical-coordinate representation of color #234485: hue angle of 219.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234485 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 68 | 133 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.48 |
| HSL | 219.8º | 0.58% | 0.33% | - |
| HSV(B) | 219.8º | 0.74% | 0.52% | - |
| XYZ | 6.99 | 6.19 | 23.02 | - |
| YUV | 65.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 133 | 0.74 | 0.49 | 0 | 0.48 | 219.8 | 0.58 | 0.33 |
| Hex | 23 | 44 | 85 | 4A | 31 | 0 | 30 | DC | 3A | 21 |
| Octal | 43 | 104 | 205 | 112 | 61 | 0 | 60 | 334 | 72 | 41 |
| Binary | 100011 | 1000100 | 10000101 | 1001010 | 110001 | 0 | 110000 | 11011100 | 111010 | 100001 |
Color Harmonies of #234485
Complementary color
Monochromatic Colors of #234485
Black with #234485
Text Example
Text Example
White with #234485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234485; }
p { color: rgb(35,68,133); }
H1.HeaderClassName
{
color: #234485;
}
.AnyTagClassName
{
color: #234485;
}
</style>
background-color css
<style>
a { background-color: #234485; }
a { background-color: rgb(35,68,133); }
div.DivClassName
{
background-color: #234485;
}
.BgClassName
{
background-color: #234485;
}
</style>
border-color css
<style>
span { border-color: #234485; }
span { border-color: rgb(35,68,133); }
td.TdClassName
{
border-color: #234485;
}
.TagClassName
{
border-color: #234485;
}
</style>