Shades of Fun Blue #3A507C
Tints of Fun Blue #3A507C
RGB
CMYK
RGB Variations
Color information
#3A507C (or 0x3A507C) is known color: Fun Blue. HEX triplet: 3A, 50 and 7C. RGB value is (58,80,124). Sum of RGB (Red+Green+Blue) = 58+80+124=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A507C is #C5AF83. Grayscale: #4E4E4E. Windows color (decimal): -12955524 or 8147002. OLE color: 8147002.
HSL color Cylindrical-coordinate representation of color #3A507C: hue angle of 220º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A507C is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 80 | 124 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.51 |
| HSL | 220º | 0.36% | 0.36% | - |
| HSV(B) | 220º | 0.53% | 0.49% | - |
| XYZ | 8.25 | 8.09 | 20.2 | - |
| YUV | 78.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 124 | 0.53 | 0.35 | 0 | 0.51 | 220 | 0.36 | 0.36 |
| Hex | 3A | 50 | 7C | 35 | 23 | 0 | 33 | DC | 24 | 24 |
| Octal | 72 | 120 | 174 | 65 | 43 | 0 | 63 | 334 | 44 | 44 |
| Binary | 111010 | 1010000 | 1111100 | 110101 | 100011 | 0 | 110011 | 11011100 | 100100 | 100100 |
Color Harmonies of #3A507C
Complementary color
Monochromatic Colors of #3A507C
Black with #3A507C
Text Example
Text Example
White with #3A507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A507C; }
p { color: rgb(58,80,124); }
H1.HeaderClassName
{
color: #3A507C;
}
.AnyTagClassName
{
color: #3A507C;
}
</style>
background-color css
<style>
a { background-color: #3A507C; }
a { background-color: rgb(58,80,124); }
div.DivClassName
{
background-color: #3A507C;
}
.BgClassName
{
background-color: #3A507C;
}
</style>
border-color css
<style>
span { border-color: #3A507C; }
span { border-color: rgb(58,80,124); }
td.TdClassName
{
border-color: #3A507C;
}
.TagClassName
{
border-color: #3A507C;
}
</style>