Shades of Fun Blue #3A537E
Tints of Fun Blue #3A537E
RGB
CMYK
RGB Variations
Color information
#3A537E (or 0x3A537E) is known color: Fun Blue. HEX triplet: 3A, 53 and 7E. RGB value is (58,83,126). Sum of RGB (Red+Green+Blue) = 58+83+126=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A537E is #C5AC81. Grayscale: #505050. Windows color (decimal): -12954754 or 8278842. OLE color: 8278842.
HSL color Cylindrical-coordinate representation of color #3A537E: hue angle of 217.94º 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 #3A537E is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 83 | 126 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.51 |
| HSL | 217.94º | 0.37% | 0.36% | - |
| HSV(B) | 217.94º | 0.54% | 0.49% | - |
| XYZ | 8.6 | 8.59 | 20.94 | - |
| YUV | 80.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 126 | 0.54 | 0.34 | 0 | 0.51 | 217.94 | 0.37 | 0.36 |
| Hex | 3A | 53 | 7E | 36 | 22 | 0 | 33 | DA | 25 | 24 |
| Octal | 72 | 123 | 176 | 66 | 42 | 0 | 63 | 332 | 45 | 44 |
| Binary | 111010 | 1010011 | 1111110 | 110110 | 100010 | 0 | 110011 | 11011010 | 100101 | 100100 |
Color Harmonies of #3A537E
Complementary color
Monochromatic Colors of #3A537E
Black with #3A537E
Text Example
Text Example
White with #3A537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A537E; }
p { color: rgb(58,83,126); }
H1.HeaderClassName
{
color: #3A537E;
}
.AnyTagClassName
{
color: #3A537E;
}
</style>
background-color css
<style>
a { background-color: #3A537E; }
a { background-color: rgb(58,83,126); }
div.DivClassName
{
background-color: #3A537E;
}
.BgClassName
{
background-color: #3A537E;
}
</style>
border-color css
<style>
span { border-color: #3A537E; }
span { border-color: rgb(58,83,126); }
td.TdClassName
{
border-color: #3A537E;
}
.TagClassName
{
border-color: #3A537E;
}
</style>