Shades of Curious Blue #2A75BA
Tints of Curious Blue #2A75BA
RGB
CMYK
RGB Variations
Color information
#2A75BA (or 0x2A75BA) is known color: Curious Blue. HEX triplet: 2A, 75 and BA. RGB value is (42,117,186). Sum of RGB (Red+Green+Blue) = 42+117+186=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75BA is #D58A45. Grayscale: #666666. Windows color (decimal): -13994566 or 12219690. OLE color: 12219690.
HSL color Cylindrical-coordinate representation of color #2A75BA: hue angle of 208.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A75BA is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 117 | 186 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.27 |
| HSL | 208.75º | 0.63% | 0.45% | - |
| HSV(B) | 208.75º | 0.77% | 0.73% | - |
| XYZ | 16.18 | 16.76 | 48.84 | - |
| YUV | 102.44 | 175.15 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 186 | 0.77 | 0.37 | 0 | 0.27 | 208.75 | 0.63 | 0.45 |
| Hex | 2A | 75 | BA | 4D | 25 | 0 | 1B | D1 | 3F | 2D |
| Octal | 52 | 165 | 272 | 115 | 45 | 0 | 33 | 321 | 77 | 55 |
| Binary | 101010 | 1110101 | 10111010 | 1001101 | 100101 | 0 | 11011 | 11010001 | 111111 | 101101 |
Color Harmonies of #2A75BA
Complementary color
Monochromatic Colors of #2A75BA
Black with #2A75BA
Text Example
Text Example
White with #2A75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A75BA; }
p { color: rgb(42,117,186); }
H1.HeaderClassName
{
color: #2A75BA;
}
.AnyTagClassName
{
color: #2A75BA;
}
</style>
background-color css
<style>
a { background-color: #2A75BA; }
a { background-color: rgb(42,117,186); }
div.DivClassName
{
background-color: #2A75BA;
}
.BgClassName
{
background-color: #2A75BA;
}
</style>
border-color css
<style>
span { border-color: #2A75BA; }
span { border-color: rgb(42,117,186); }
td.TdClassName
{
border-color: #2A75BA;
}
.TagClassName
{
border-color: #2A75BA;
}
</style>