Shades of Fun Blue #3A507E
Tints of Fun Blue #3A507E
RGB
CMYK
RGB Variations
Color information
#3A507E (or 0x3A507E) is known color: Fun Blue. HEX triplet: 3A, 50 and 7E. RGB value is (58,80,126). Sum of RGB (Red+Green+Blue) = 58+80+126=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A507E is #C5AF81. Grayscale: #4E4E4E. Windows color (decimal): -12955522 or 8278074. OLE color: 8278074.
HSL color Cylindrical-coordinate representation of color #3A507E: hue angle of 220.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A507E is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 80 | 126 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.51 |
| HSL | 220.59º | 0.37% | 0.36% | - |
| HSV(B) | 220.59º | 0.54% | 0.49% | - |
| XYZ | 8.38 | 8.14 | 20.87 | - |
| YUV | 78.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 126 | 0.54 | 0.37 | 0 | 0.51 | 220.59 | 0.37 | 0.36 |
| Hex | 3A | 50 | 7E | 36 | 25 | 0 | 33 | DD | 25 | 24 |
| Octal | 72 | 120 | 176 | 66 | 45 | 0 | 63 | 335 | 45 | 44 |
| Binary | 111010 | 1010000 | 1111110 | 110110 | 100101 | 0 | 110011 | 11011101 | 100101 | 100100 |
Color Harmonies of #3A507E
Complementary color
Monochromatic Colors of #3A507E
Black with #3A507E
Text Example
Text Example
White with #3A507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A507E; }
p { color: rgb(58,80,126); }
H1.HeaderClassName
{
color: #3A507E;
}
.AnyTagClassName
{
color: #3A507E;
}
</style>
background-color css
<style>
a { background-color: #3A507E; }
a { background-color: rgb(58,80,126); }
div.DivClassName
{
background-color: #3A507E;
}
.BgClassName
{
background-color: #3A507E;
}
</style>
border-color css
<style>
span { border-color: #3A507E; }
span { border-color: rgb(58,80,126); }
td.TdClassName
{
border-color: #3A507E;
}
.TagClassName
{
border-color: #3A507E;
}
</style>