Shades of Fun Blue #345388
Tints of Fun Blue #345388
RGB
CMYK
RGB Variations
Color information
#345388 (or 0x345388) is known color: Fun Blue. HEX triplet: 34, 53 and 88. RGB value is (52,83,136). Sum of RGB (Red+Green+Blue) = 52+83+136=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #345388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345388 is #CBAC77. Grayscale: #4F4F4F. Windows color (decimal): -13347960 or 8934196. OLE color: 8934196.
HSL color Cylindrical-coordinate representation of color #345388: hue angle of 217.86º 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 #345388 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 83 | 136 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.47 |
| HSL | 217.86º | 0.45% | 0.37% | - |
| HSV(B) | 217.86º | 0.62% | 0.53% | - |
| XYZ | 8.95 | 8.69 | 24.5 | - |
| YUV | 79.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 136 | 0.62 | 0.39 | 0 | 0.47 | 217.86 | 0.45 | 0.37 |
| Hex | 34 | 53 | 88 | 3E | 27 | 0 | 2F | DA | 2D | 25 |
| Octal | 64 | 123 | 210 | 76 | 47 | 0 | 57 | 332 | 55 | 45 |
| Binary | 110100 | 1010011 | 10001000 | 111110 | 100111 | 0 | 101111 | 11011010 | 101101 | 100101 |
Color Harmonies of #345388
Complementary color
Monochromatic Colors of #345388
Black with #345388
Text Example
Text Example
White with #345388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345388; }
p { color: rgb(52,83,136); }
H1.HeaderClassName
{
color: #345388;
}
.AnyTagClassName
{
color: #345388;
}
</style>
background-color css
<style>
a { background-color: #345388; }
a { background-color: rgb(52,83,136); }
div.DivClassName
{
background-color: #345388;
}
.BgClassName
{
background-color: #345388;
}
</style>
border-color css
<style>
span { border-color: #345388; }
span { border-color: rgb(52,83,136); }
td.TdClassName
{
border-color: #345388;
}
.TagClassName
{
border-color: #345388;
}
</style>