Shades of Fun Blue #345189
Tints of Fun Blue #345189
RGB
CMYK
RGB Variations
Color information
#345189 (or 0x345189) is known color: Fun Blue. HEX triplet: 34, 51 and 89. RGB value is (52,81,137). Sum of RGB (Red+Green+Blue) = 52+81+137=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #345189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345189 is #CBAE76. Grayscale: #4E4E4E. Windows color (decimal): -13348471 or 8999220. OLE color: 8999220.
HSL color Cylindrical-coordinate representation of color #345189: hue angle of 219.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345189 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 81 | 137 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.46 |
| HSL | 219.53º | 0.45% | 0.37% | - |
| HSV(B) | 219.53º | 0.62% | 0.54% | - |
| XYZ | 8.87 | 8.42 | 24.82 | - |
| YUV | 78.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 137 | 0.62 | 0.41 | 0 | 0.46 | 219.53 | 0.45 | 0.37 |
| Hex | 34 | 51 | 89 | 3E | 29 | 0 | 2E | DC | 2D | 25 |
| Octal | 64 | 121 | 211 | 76 | 51 | 0 | 56 | 334 | 55 | 45 |
| Binary | 110100 | 1010001 | 10001001 | 111110 | 101001 | 0 | 101110 | 11011100 | 101101 | 100101 |
Color Harmonies of #345189
Complementary color
Monochromatic Colors of #345189
Black with #345189
Text Example
Text Example
White with #345189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345189; }
p { color: rgb(52,81,137); }
H1.HeaderClassName
{
color: #345189;
}
.AnyTagClassName
{
color: #345189;
}
</style>
background-color css
<style>
a { background-color: #345189; }
a { background-color: rgb(52,81,137); }
div.DivClassName
{
background-color: #345189;
}
.BgClassName
{
background-color: #345189;
}
</style>
border-color css
<style>
span { border-color: #345189; }
span { border-color: rgb(52,81,137); }
td.TdClassName
{
border-color: #345189;
}
.TagClassName
{
border-color: #345189;
}
</style>