Shades of Fun Blue #34568D
Tints of Fun Blue #34568D
RGB
CMYK
RGB Variations
Color information
#34568D (or 0x34568D) is known color: Fun Blue. HEX triplet: 34, 56 and 8D. RGB value is (52,86,141). Sum of RGB (Red+Green+Blue) = 52+86+141=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #34568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34568D is #CBA972. Grayscale: #515151. Windows color (decimal): -13347187 or 9262644. OLE color: 9262644.
HSL color Cylindrical-coordinate representation of color #34568D: hue angle of 217.08º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34568D is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 86 | 141 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.45 |
| HSL | 217.08º | 0.46% | 0.38% | - |
| HSV(B) | 217.08º | 0.63% | 0.55% | - |
| XYZ | 9.55 | 9.31 | 26.49 | - |
| YUV | 82.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 141 | 0.63 | 0.39 | 0 | 0.45 | 217.08 | 0.46 | 0.38 |
| Hex | 34 | 56 | 8D | 3F | 27 | 0 | 2D | D9 | 2E | 26 |
| Octal | 64 | 126 | 215 | 77 | 47 | 0 | 55 | 331 | 56 | 46 |
| Binary | 110100 | 1010110 | 10001101 | 111111 | 100111 | 0 | 101101 | 11011001 | 101110 | 100110 |
Color Harmonies of #34568D
Complementary color
Monochromatic Colors of #34568D
Black with #34568D
Text Example
Text Example
White with #34568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34568D; }
p { color: rgb(52,86,141); }
H1.HeaderClassName
{
color: #34568D;
}
.AnyTagClassName
{
color: #34568D;
}
</style>
background-color css
<style>
a { background-color: #34568D; }
a { background-color: rgb(52,86,141); }
div.DivClassName
{
background-color: #34568D;
}
.BgClassName
{
background-color: #34568D;
}
</style>
border-color css
<style>
span { border-color: #34568D; }
span { border-color: rgb(52,86,141); }
td.TdClassName
{
border-color: #34568D;
}
.TagClassName
{
border-color: #34568D;
}
</style>