Shades of Fun Blue #234588
Tints of Fun Blue #234588
RGB
CMYK
RGB Variations
Color information
#234588 (or 0x234588) is known color: Fun Blue. HEX triplet: 23, 45 and 88. RGB value is (35,69,136). Sum of RGB (Red+Green+Blue) = 35+69+136=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #234588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234588 is #DCBA77. Grayscale: #424242. Windows color (decimal): -14465656 or 8930595. OLE color: 8930595.
HSL color Cylindrical-coordinate representation of color #234588: hue angle of 219.8º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234588 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 69 | 136 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.47 |
| HSL | 219.8º | 0.59% | 0.34% | - |
| HSV(B) | 219.8º | 0.74% | 0.53% | - |
| XYZ | 7.27 | 6.39 | 24.14 | - |
| YUV | 66.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 136 | 0.74 | 0.49 | 0 | 0.47 | 219.8 | 0.59 | 0.34 |
| Hex | 23 | 45 | 88 | 4A | 31 | 0 | 2F | DC | 3B | 22 |
| Octal | 43 | 105 | 210 | 112 | 61 | 0 | 57 | 334 | 73 | 42 |
| Binary | 100011 | 1000101 | 10001000 | 1001010 | 110001 | 0 | 101111 | 11011100 | 111011 | 100010 |
Color Harmonies of #234588
Complementary color
Monochromatic Colors of #234588
Black with #234588
Text Example
Text Example
White with #234588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234588; }
p { color: rgb(35,69,136); }
H1.HeaderClassName
{
color: #234588;
}
.AnyTagClassName
{
color: #234588;
}
</style>
background-color css
<style>
a { background-color: #234588; }
a { background-color: rgb(35,69,136); }
div.DivClassName
{
background-color: #234588;
}
.BgClassName
{
background-color: #234588;
}
</style>
border-color css
<style>
span { border-color: #234588; }
span { border-color: rgb(35,69,136); }
td.TdClassName
{
border-color: #234588;
}
.TagClassName
{
border-color: #234588;
}
</style>