Shades of Fun Blue #345287
Tints of Fun Blue #345287
RGB
CMYK
RGB Variations
Color information
#345287 (or 0x345287) is known color: Fun Blue. HEX triplet: 34, 52 and 87. RGB value is (52,82,135). Sum of RGB (Red+Green+Blue) = 52+82+135=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #345287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345287 is #CBAD78. Grayscale: #4E4E4E. Windows color (decimal): -13348217 or 8868404. OLE color: 8868404.
HSL color Cylindrical-coordinate representation of color #345287: hue angle of 218.31º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345287 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 82 | 135 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.47 |
| HSL | 218.31º | 0.44% | 0.37% | - |
| HSV(B) | 218.31º | 0.61% | 0.53% | - |
| XYZ | 8.81 | 8.51 | 24.1 | - |
| YUV | 79.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 135 | 0.61 | 0.39 | 0 | 0.47 | 218.31 | 0.44 | 0.37 |
| Hex | 34 | 52 | 87 | 3D | 27 | 0 | 2F | DA | 2C | 25 |
| Octal | 64 | 122 | 207 | 75 | 47 | 0 | 57 | 332 | 54 | 45 |
| Binary | 110100 | 1010010 | 10000111 | 111101 | 100111 | 0 | 101111 | 11011010 | 101100 | 100101 |
Color Harmonies of #345287
Complementary color
Monochromatic Colors of #345287
Black with #345287
Text Example
Text Example
White with #345287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345287; }
p { color: rgb(52,82,135); }
H1.HeaderClassName
{
color: #345287;
}
.AnyTagClassName
{
color: #345287;
}
</style>
background-color css
<style>
a { background-color: #345287; }
a { background-color: rgb(52,82,135); }
div.DivClassName
{
background-color: #345287;
}
.BgClassName
{
background-color: #345287;
}
</style>
border-color css
<style>
span { border-color: #345287; }
span { border-color: rgb(52,82,135); }
td.TdClassName
{
border-color: #345287;
}
.TagClassName
{
border-color: #345287;
}
</style>