Shades of Fun Blue #2A4B7E
Tints of Fun Blue #2A4B7E
RGB
CMYK
RGB Variations
Color information
#2A4B7E (or 0x2A4B7E) is known color: Fun Blue. HEX triplet: 2A, 4B and 7E. RGB value is (42,75,126). Sum of RGB (Red+Green+Blue) = 42+75+126=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A4B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4B7E is #D5B481. Grayscale: #464646. Windows color (decimal): -14005378 or 8276778. OLE color: 8276778.
HSL color Cylindrical-coordinate representation of color #2A4B7E: hue angle of 216.43º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A4B7E is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 75 | 126 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.51 |
| HSL | 216.43º | 0.5% | 0.33% | - |
| HSV(B) | 216.43º | 0.67% | 0.49% | - |
| XYZ | 7.24 | 7.03 | 20.71 | - |
| YUV | 70.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 126 | 0.67 | 0.40 | 0 | 0.51 | 216.43 | 0.5 | 0.33 |
| Hex | 2A | 4B | 7E | 43 | 28 | 0 | 33 | D8 | 32 | 21 |
| Octal | 52 | 113 | 176 | 103 | 50 | 0 | 63 | 330 | 62 | 41 |
| Binary | 101010 | 1001011 | 1111110 | 1000011 | 101000 | 0 | 110011 | 11011000 | 110010 | 100001 |
Color Harmonies of #2A4B7E
Complementary color
Monochromatic Colors of #2A4B7E
Black with #2A4B7E
Text Example
Text Example
White with #2A4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4B7E; }
p { color: rgb(42,75,126); }
H1.HeaderClassName
{
color: #2A4B7E;
}
.AnyTagClassName
{
color: #2A4B7E;
}
</style>
background-color css
<style>
a { background-color: #2A4B7E; }
a { background-color: rgb(42,75,126); }
div.DivClassName
{
background-color: #2A4B7E;
}
.BgClassName
{
background-color: #2A4B7E;
}
</style>
border-color css
<style>
span { border-color: #2A4B7E; }
span { border-color: rgb(42,75,126); }
td.TdClassName
{
border-color: #2A4B7E;
}
.TagClassName
{
border-color: #2A4B7E;
}
</style>