Shades of Fun Blue #345281
Tints of Fun Blue #345281
RGB
CMYK
RGB Variations
Color information
#345281 (or 0x345281) is known color: Fun Blue. HEX triplet: 34, 52 and 81. RGB value is (52,82,129). Sum of RGB (Red+Green+Blue) = 52+82+129=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #345281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345281 is #CBAD7E. Grayscale: #4E4E4E. Windows color (decimal): -13348223 or 8475188. OLE color: 8475188.
HSL color Cylindrical-coordinate representation of color #345281: hue angle of 216.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345281 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 82 | 129 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.49 |
| HSL | 216.62º | 0.43% | 0.35% | - |
| HSV(B) | 216.62º | 0.6% | 0.51% | - |
| XYZ | 8.4 | 8.35 | 21.94 | - |
| YUV | 78.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 129 | 0.60 | 0.36 | 0 | 0.49 | 216.62 | 0.43 | 0.35 |
| Hex | 34 | 52 | 81 | 3C | 24 | 0 | 31 | D9 | 2B | 23 |
| Octal | 64 | 122 | 201 | 74 | 44 | 0 | 61 | 331 | 53 | 43 |
| Binary | 110100 | 1010010 | 10000001 | 111100 | 100100 | 0 | 110001 | 11011001 | 101011 | 100011 |
Color Harmonies of #345281
Complementary color
Monochromatic Colors of #345281
Black with #345281
Text Example
Text Example
White with #345281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345281; }
p { color: rgb(52,82,129); }
H1.HeaderClassName
{
color: #345281;
}
.AnyTagClassName
{
color: #345281;
}
</style>
background-color css
<style>
a { background-color: #345281; }
a { background-color: rgb(52,82,129); }
div.DivClassName
{
background-color: #345281;
}
.BgClassName
{
background-color: #345281;
}
</style>
border-color css
<style>
span { border-color: #345281; }
span { border-color: rgb(52,82,129); }
td.TdClassName
{
border-color: #345281;
}
.TagClassName
{
border-color: #345281;
}
</style>