Shades of Curious Blue #2B75BA
Tints of Curious Blue #2B75BA
RGB
CMYK
RGB Variations
Color information
#2B75BA (or 0x2B75BA) is known color: Curious Blue. HEX triplet: 2B, 75 and BA. RGB value is (43,117,186). Sum of RGB (Red+Green+Blue) = 43+117+186=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B75BA is #D48A45. Grayscale: #666666. Windows color (decimal): -13929030 or 12219691. OLE color: 12219691.
HSL color Cylindrical-coordinate representation of color #2B75BA: hue angle of 208.95º degrees, saturation: 0.62, 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 #2B75BA is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 117 | 186 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.27 |
| HSL | 208.95º | 0.62% | 0.45% | - |
| HSV(B) | 208.95º | 0.77% | 0.73% | - |
| XYZ | 16.22 | 16.78 | 48.84 | - |
| YUV | 102.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 186 | 0.77 | 0.37 | 0 | 0.27 | 208.95 | 0.62 | 0.45 |
| Hex | 2B | 75 | BA | 4D | 25 | 0 | 1B | D1 | 3E | 2D |
| Octal | 53 | 165 | 272 | 115 | 45 | 0 | 33 | 321 | 76 | 55 |
| Binary | 101011 | 1110101 | 10111010 | 1001101 | 100101 | 0 | 11011 | 11010001 | 111110 | 101101 |
Color Harmonies of #2B75BA
Complementary color
Monochromatic Colors of #2B75BA
Black with #2B75BA
Text Example
Text Example
White with #2B75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B75BA; }
p { color: rgb(43,117,186); }
H1.HeaderClassName
{
color: #2B75BA;
}
.AnyTagClassName
{
color: #2B75BA;
}
</style>
background-color css
<style>
a { background-color: #2B75BA; }
a { background-color: rgb(43,117,186); }
div.DivClassName
{
background-color: #2B75BA;
}
.BgClassName
{
background-color: #2B75BA;
}
</style>
border-color css
<style>
span { border-color: #2B75BA; }
span { border-color: rgb(43,117,186); }
td.TdClassName
{
border-color: #2B75BA;
}
.TagClassName
{
border-color: #2B75BA;
}
</style>