Shades of Fun Blue #234487
Tints of Fun Blue #234487
RGB
CMYK
RGB Variations
Color information
#234487 (or 0x234487) is known color: Fun Blue. HEX triplet: 23, 44 and 87. RGB value is (35,68,135). Sum of RGB (Red+Green+Blue) = 35+68+135=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #234487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234487 is #DCBB78. Grayscale: #414141. Windows color (decimal): -14465913 or 8864803. OLE color: 8864803.
HSL color Cylindrical-coordinate representation of color #234487: hue angle of 220.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234487 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 68 | 135 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.47 |
| HSL | 220.2º | 0.59% | 0.33% | - |
| HSV(B) | 220.2º | 0.74% | 0.53% | - |
| XYZ | 7.13 | 6.24 | 23.75 | - |
| YUV | 65.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 135 | 0.74 | 0.50 | 0 | 0.47 | 220.2 | 0.59 | 0.33 |
| Hex | 23 | 44 | 87 | 4A | 32 | 0 | 2F | DC | 3B | 21 |
| Octal | 43 | 104 | 207 | 112 | 62 | 0 | 57 | 334 | 73 | 41 |
| Binary | 100011 | 1000100 | 10000111 | 1001010 | 110010 | 0 | 101111 | 11011100 | 111011 | 100001 |
Color Harmonies of #234487
Complementary color
Monochromatic Colors of #234487
Black with #234487
Text Example
Text Example
White with #234487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234487; }
p { color: rgb(35,68,135); }
H1.HeaderClassName
{
color: #234487;
}
.AnyTagClassName
{
color: #234487;
}
</style>
background-color css
<style>
a { background-color: #234487; }
a { background-color: rgb(35,68,135); }
div.DivClassName
{
background-color: #234487;
}
.BgClassName
{
background-color: #234487;
}
</style>
border-color css
<style>
span { border-color: #234487; }
span { border-color: rgb(35,68,135); }
td.TdClassName
{
border-color: #234487;
}
.TagClassName
{
border-color: #234487;
}
</style>