Shades of Fun Blue #345488
Tints of Fun Blue #345488
RGB
CMYK
RGB Variations
Color information
#345488 (or 0x345488) is known color: Fun Blue. HEX triplet: 34, 54 and 88. RGB value is (52,84,136). Sum of RGB (Red+Green+Blue) = 52+84+136=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #345488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345488 is #CBAB77. Grayscale: #505050. Windows color (decimal): -13347704 or 8934452. OLE color: 8934452.
HSL color Cylindrical-coordinate representation of color #345488: hue angle of 217.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345488 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 84 | 136 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.47 |
| HSL | 217.14º | 0.45% | 0.37% | - |
| HSV(B) | 217.14º | 0.62% | 0.53% | - |
| XYZ | 9.03 | 8.85 | 24.52 | - |
| YUV | 80.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 136 | 0.62 | 0.38 | 0 | 0.47 | 217.14 | 0.45 | 0.37 |
| Hex | 34 | 54 | 88 | 3E | 26 | 0 | 2F | D9 | 2D | 25 |
| Octal | 64 | 124 | 210 | 76 | 46 | 0 | 57 | 331 | 55 | 45 |
| Binary | 110100 | 1010100 | 10001000 | 111110 | 100110 | 0 | 101111 | 11011001 | 101101 | 100101 |
Color Harmonies of #345488
Complementary color
Monochromatic Colors of #345488
Black with #345488
Text Example
Text Example
White with #345488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345488; }
p { color: rgb(52,84,136); }
H1.HeaderClassName
{
color: #345488;
}
.AnyTagClassName
{
color: #345488;
}
</style>
background-color css
<style>
a { background-color: #345488; }
a { background-color: rgb(52,84,136); }
div.DivClassName
{
background-color: #345488;
}
.BgClassName
{
background-color: #345488;
}
</style>
border-color css
<style>
span { border-color: #345488; }
span { border-color: rgb(52,84,136); }
td.TdClassName
{
border-color: #345488;
}
.TagClassName
{
border-color: #345488;
}
</style>