Shades of Fun Blue #34558B
Tints of Fun Blue #34558B
RGB
CMYK
RGB Variations
Color information
#34558B (or 0x34558B) is known color: Fun Blue. HEX triplet: 34, 55 and 8B. RGB value is (52,85,139). Sum of RGB (Red+Green+Blue) = 52+85+139=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #34558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34558B is #CBAA74. Grayscale: #515151. Windows color (decimal): -13347445 or 9131316. OLE color: 9131316.
HSL color Cylindrical-coordinate representation of color #34558B: hue angle of 217.24º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34558B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 85 | 139 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.45 |
| HSL | 217.24º | 0.46% | 0.37% | - |
| HSV(B) | 217.24º | 0.63% | 0.55% | - |
| XYZ | 9.32 | 9.09 | 25.69 | - |
| YUV | 81.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 139 | 0.63 | 0.39 | 0 | 0.45 | 217.24 | 0.46 | 0.37 |
| Hex | 34 | 55 | 8B | 3F | 27 | 0 | 2D | D9 | 2E | 25 |
| Octal | 64 | 125 | 213 | 77 | 47 | 0 | 55 | 331 | 56 | 45 |
| Binary | 110100 | 1010101 | 10001011 | 111111 | 100111 | 0 | 101101 | 11011001 | 101110 | 100101 |
Color Harmonies of #34558B
Complementary color
Monochromatic Colors of #34558B
Black with #34558B
Text Example
Text Example
White with #34558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34558B; }
p { color: rgb(52,85,139); }
H1.HeaderClassName
{
color: #34558B;
}
.AnyTagClassName
{
color: #34558B;
}
</style>
background-color css
<style>
a { background-color: #34558B; }
a { background-color: rgb(52,85,139); }
div.DivClassName
{
background-color: #34558B;
}
.BgClassName
{
background-color: #34558B;
}
</style>
border-color css
<style>
span { border-color: #34558B; }
span { border-color: rgb(52,85,139); }
td.TdClassName
{
border-color: #34558B;
}
.TagClassName
{
border-color: #34558B;
}
</style>