Shades of Fun Blue #3B507A
Tints of Fun Blue #3B507A
RGB
CMYK
RGB Variations
Color information
#3B507A (or 0x3B507A) is known color: Fun Blue. HEX triplet: 3B, 50 and 7A. RGB value is (59,80,122). Sum of RGB (Red+Green+Blue) = 59+80+122=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B507A is #C4AF85. Grayscale: #4E4E4E. Windows color (decimal): -12889990 or 8015931. OLE color: 8015931.
HSL color Cylindrical-coordinate representation of color #3B507A: hue angle of 220º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B507A is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 80 | 122 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.52 |
| HSL | 220º | 0.35% | 0.35% | - |
| HSV(B) | 220º | 0.52% | 0.48% | - |
| XYZ | 8.19 | 8.07 | 19.54 | - |
| YUV | 78.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 122 | 0.52 | 0.34 | 0 | 0.52 | 220 | 0.35 | 0.35 |
| Hex | 3B | 50 | 7A | 34 | 22 | 0 | 34 | DC | 23 | 23 |
| Octal | 73 | 120 | 172 | 64 | 42 | 0 | 64 | 334 | 43 | 43 |
| Binary | 111011 | 1010000 | 1111010 | 110100 | 100010 | 0 | 110100 | 11011100 | 100011 | 100011 |
Color Harmonies of #3B507A
Complementary color
Monochromatic Colors of #3B507A
Black with #3B507A
Text Example
Text Example
White with #3B507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B507A; }
p { color: rgb(59,80,122); }
H1.HeaderClassName
{
color: #3B507A;
}
.AnyTagClassName
{
color: #3B507A;
}
</style>
background-color css
<style>
a { background-color: #3B507A; }
a { background-color: rgb(59,80,122); }
div.DivClassName
{
background-color: #3B507A;
}
.BgClassName
{
background-color: #3B507A;
}
</style>
border-color css
<style>
span { border-color: #3B507A; }
span { border-color: rgb(59,80,122); }
td.TdClassName
{
border-color: #3B507A;
}
.TagClassName
{
border-color: #3B507A;
}
</style>