Shades of Fun Blue #1D3F89
Tints of Fun Blue #1D3F89
RGB
CMYK
RGB Variations
Color information
#1D3F89 (or 0x1D3F89) is known color: Fun Blue. HEX triplet: 1D, 3F and 89. RGB value is (29,63,137). Sum of RGB (Red+Green+Blue) = 29+63+137=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3F89 is #E2C076. Grayscale: #3C3C3C. Windows color (decimal): -14860407 or 8994589. OLE color: 8994589.
HSL color Cylindrical-coordinate representation of color #1D3F89: hue angle of 221.11º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3F89 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 63 | 137 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.46 |
| HSL | 221.11º | 0.65% | 0.33% | - |
| HSV(B) | 221.11º | 0.79% | 0.54% | - |
| XYZ | 6.8 | 5.62 | 24.39 | - |
| YUV | 61.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 137 | 0.79 | 0.54 | 0 | 0.46 | 221.11 | 0.65 | 0.33 |
| Hex | 1D | 3F | 89 | 4F | 36 | 0 | 2E | DD | 41 | 21 |
| Octal | 35 | 77 | 211 | 117 | 66 | 0 | 56 | 335 | 101 | 41 |
| Binary | 11101 | 111111 | 10001001 | 1001111 | 110110 | 0 | 101110 | 11011101 | 1000001 | 100001 |
Color Harmonies of #1D3F89
Complementary color
Monochromatic Colors of #1D3F89
Black with #1D3F89
Text Example
Text Example
White with #1D3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F89; }
p { color: rgb(29,63,137); }
H1.HeaderClassName
{
color: #1D3F89;
}
.AnyTagClassName
{
color: #1D3F89;
}
</style>
background-color css
<style>
a { background-color: #1D3F89; }
a { background-color: rgb(29,63,137); }
div.DivClassName
{
background-color: #1D3F89;
}
.BgClassName
{
background-color: #1D3F89;
}
</style>
border-color css
<style>
span { border-color: #1D3F89; }
span { border-color: rgb(29,63,137); }
td.TdClassName
{
border-color: #1D3F89;
}
.TagClassName
{
border-color: #1D3F89;
}
</style>