Shades of Fun Blue #34528A
Tints of Fun Blue #34528A
RGB
CMYK
RGB Variations
Color information
#34528A (or 0x34528A) is known color: Fun Blue. HEX triplet: 34, 52 and 8A. RGB value is (52,82,138). Sum of RGB (Red+Green+Blue) = 52+82+138=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #34528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34528A is #CBAD75. Grayscale: #4F4F4F. Windows color (decimal): -13348214 or 9065012. OLE color: 9065012.
HSL color Cylindrical-coordinate representation of color #34528A: hue angle of 219.07º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34528A is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 82 | 138 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.46 |
| HSL | 219.07º | 0.45% | 0.37% | - |
| HSV(B) | 219.07º | 0.62% | 0.54% | - |
| XYZ | 9.02 | 8.6 | 25.23 | - |
| YUV | 79.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 138 | 0.62 | 0.41 | 0 | 0.46 | 219.07 | 0.45 | 0.37 |
| Hex | 34 | 52 | 8A | 3E | 29 | 0 | 2E | DB | 2D | 25 |
| Octal | 64 | 122 | 212 | 76 | 51 | 0 | 56 | 333 | 55 | 45 |
| Binary | 110100 | 1010010 | 10001010 | 111110 | 101001 | 0 | 101110 | 11011011 | 101101 | 100101 |
Color Harmonies of #34528A
Complementary color
Monochromatic Colors of #34528A
Black with #34528A
Text Example
Text Example
White with #34528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34528A; }
p { color: rgb(52,82,138); }
H1.HeaderClassName
{
color: #34528A;
}
.AnyTagClassName
{
color: #34528A;
}
</style>
background-color css
<style>
a { background-color: #34528A; }
a { background-color: rgb(52,82,138); }
div.DivClassName
{
background-color: #34528A;
}
.BgClassName
{
background-color: #34528A;
}
</style>
border-color css
<style>
span { border-color: #34528A; }
span { border-color: rgb(52,82,138); }
td.TdClassName
{
border-color: #34528A;
}
.TagClassName
{
border-color: #34528A;
}
</style>