Shades of Fun Blue #2A447F
Tints of Fun Blue #2A447F
RGB
CMYK
RGB Variations
Color information
#2A447F (or 0x2A447F) is known color: Fun Blue. HEX triplet: 2A, 44 and 7F. RGB value is (42,68,127). Sum of RGB (Red+Green+Blue) = 42+68+127=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A447F is #D5BB80. Grayscale: #424242. Windows color (decimal): -14007169 or 8340522. OLE color: 8340522.
HSL color Cylindrical-coordinate representation of color #2A447F: hue angle of 221.65º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A447F is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 68 | 127 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.50 |
| HSL | 221.65º | 0.5% | 0.33% | - |
| HSV(B) | 221.65º | 0.67% | 0.5% | - |
| XYZ | 6.85 | 6.16 | 20.91 | - |
| YUV | 66.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 127 | 0.67 | 0.46 | 0 | 0.50 | 221.65 | 0.5 | 0.33 |
| Hex | 2A | 44 | 7F | 43 | 2E | 0 | 32 | DE | 32 | 21 |
| Octal | 52 | 104 | 177 | 103 | 56 | 0 | 62 | 336 | 62 | 41 |
| Binary | 101010 | 1000100 | 1111111 | 1000011 | 101110 | 0 | 110010 | 11011110 | 110010 | 100001 |
Color Harmonies of #2A447F
Complementary color
Monochromatic Colors of #2A447F
Black with #2A447F
Text Example
Text Example
White with #2A447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A447F; }
p { color: rgb(42,68,127); }
H1.HeaderClassName
{
color: #2A447F;
}
.AnyTagClassName
{
color: #2A447F;
}
</style>
background-color css
<style>
a { background-color: #2A447F; }
a { background-color: rgb(42,68,127); }
div.DivClassName
{
background-color: #2A447F;
}
.BgClassName
{
background-color: #2A447F;
}
</style>
border-color css
<style>
span { border-color: #2A447F; }
span { border-color: rgb(42,68,127); }
td.TdClassName
{
border-color: #2A447F;
}
.TagClassName
{
border-color: #2A447F;
}
</style>