Shades of Fun Blue #1D438D
Tints of Fun Blue #1D438D
RGB
CMYK
RGB Variations
Color information
#1D438D (or 0x1D438D) is known color: Fun Blue. HEX triplet: 1D, 43 and 8D. RGB value is (29,67,141). Sum of RGB (Red+Green+Blue) = 29+67+141=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D438D is #E2BC72. Grayscale: #3F3F3F. Windows color (decimal): -14859379 or 9257757. OLE color: 9257757.
HSL color Cylindrical-coordinate representation of color #1D438D: hue angle of 219.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D438D is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 67 | 141 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.45 |
| HSL | 219.64º | 0.66% | 0.33% | - |
| HSV(B) | 219.64º | 0.79% | 0.55% | - |
| XYZ | 7.32 | 6.2 | 26.01 | - |
| YUV | 64.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 141 | 0.79 | 0.52 | 0 | 0.45 | 219.64 | 0.66 | 0.33 |
| Hex | 1D | 43 | 8D | 4F | 34 | 0 | 2D | DC | 42 | 21 |
| Octal | 35 | 103 | 215 | 117 | 64 | 0 | 55 | 334 | 102 | 41 |
| Binary | 11101 | 1000011 | 10001101 | 1001111 | 110100 | 0 | 101101 | 11011100 | 1000010 | 100001 |
Color Harmonies of #1D438D
Complementary color
Monochromatic Colors of #1D438D
Black with #1D438D
Text Example
Text Example
White with #1D438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D438D; }
p { color: rgb(29,67,141); }
H1.HeaderClassName
{
color: #1D438D;
}
.AnyTagClassName
{
color: #1D438D;
}
</style>
background-color css
<style>
a { background-color: #1D438D; }
a { background-color: rgb(29,67,141); }
div.DivClassName
{
background-color: #1D438D;
}
.BgClassName
{
background-color: #1D438D;
}
</style>
border-color css
<style>
span { border-color: #1D438D; }
span { border-color: rgb(29,67,141); }
td.TdClassName
{
border-color: #1D438D;
}
.TagClassName
{
border-color: #1D438D;
}
</style>