Shades of Fun Blue #38568A
Tints of Fun Blue #38568A
RGB
CMYK
RGB Variations
Color information
#38568A (or 0x38568A) is known color: Fun Blue. HEX triplet: 38, 56 and 8A. RGB value is (56,86,138). Sum of RGB (Red+Green+Blue) = 56+86+138=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #38568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38568A is #C7A975. Grayscale: #525252. Windows color (decimal): -13085046 or 9066040. OLE color: 9066040.
HSL color Cylindrical-coordinate representation of color #38568A: hue angle of 218.05º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38568A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 86 | 138 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.46 |
| HSL | 218.05º | 0.42% | 0.38% | - |
| HSV(B) | 218.05º | 0.59% | 0.54% | - |
| XYZ | 9.55 | 9.33 | 25.34 | - |
| YUV | 82.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 138 | 0.59 | 0.38 | 0 | 0.46 | 218.05 | 0.42 | 0.38 |
| Hex | 38 | 56 | 8A | 3B | 26 | 0 | 2E | DA | 2A | 26 |
| Octal | 70 | 126 | 212 | 73 | 46 | 0 | 56 | 332 | 52 | 46 |
| Binary | 111000 | 1010110 | 10001010 | 111011 | 100110 | 0 | 101110 | 11011010 | 101010 | 100110 |
Color Harmonies of #38568A
Complementary color
Monochromatic Colors of #38568A
Black with #38568A
Text Example
Text Example
White with #38568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38568A; }
p { color: rgb(56,86,138); }
H1.HeaderClassName
{
color: #38568A;
}
.AnyTagClassName
{
color: #38568A;
}
</style>
background-color css
<style>
a { background-color: #38568A; }
a { background-color: rgb(56,86,138); }
div.DivClassName
{
background-color: #38568A;
}
.BgClassName
{
background-color: #38568A;
}
</style>
border-color css
<style>
span { border-color: #38568A; }
span { border-color: rgb(56,86,138); }
td.TdClassName
{
border-color: #38568A;
}
.TagClassName
{
border-color: #38568A;
}
</style>