Shades of Fun Blue #1F438A
Tints of Fun Blue #1F438A
RGB
CMYK
RGB Variations
Color information
#1F438A (or 0x1F438A) is known color: Fun Blue. HEX triplet: 1F, 43 and 8A. RGB value is (31,67,138). Sum of RGB (Red+Green+Blue) = 31+67+138=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F438A is #E0BC75. Grayscale: #404040. Windows color (decimal): -14728310 or 9061151. OLE color: 9061151.
HSL color Cylindrical-coordinate representation of color #1F438A: hue angle of 219.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F438A is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 67 | 138 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.46 |
| HSL | 219.81º | 0.63% | 0.33% | - |
| HSV(B) | 219.81º | 0.78% | 0.54% | - |
| XYZ | 7.16 | 6.14 | 24.85 | - |
| YUV | 64.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 138 | 0.78 | 0.51 | 0 | 0.46 | 219.81 | 0.63 | 0.33 |
| Hex | 1F | 43 | 8A | 4E | 33 | 0 | 2E | DC | 3F | 21 |
| Octal | 37 | 103 | 212 | 116 | 63 | 0 | 56 | 334 | 77 | 41 |
| Binary | 11111 | 1000011 | 10001010 | 1001110 | 110011 | 0 | 101110 | 11011100 | 111111 | 100001 |
Color Harmonies of #1F438A
Complementary color
Monochromatic Colors of #1F438A
Black with #1F438A
Text Example
Text Example
White with #1F438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F438A; }
p { color: rgb(31,67,138); }
H1.HeaderClassName
{
color: #1F438A;
}
.AnyTagClassName
{
color: #1F438A;
}
</style>
background-color css
<style>
a { background-color: #1F438A; }
a { background-color: rgb(31,67,138); }
div.DivClassName
{
background-color: #1F438A;
}
.BgClassName
{
background-color: #1F438A;
}
</style>
border-color css
<style>
span { border-color: #1F438A; }
span { border-color: rgb(31,67,138); }
td.TdClassName
{
border-color: #1F438A;
}
.TagClassName
{
border-color: #1F438A;
}
</style>