Shades of Curious Blue #2A89BE
Tints of Curious Blue #2A89BE
RGB
CMYK
RGB Variations
Color information
#2A89BE (or 0x2A89BE) is known color: Curious Blue. HEX triplet: 2A, 89 and BE. RGB value is (42,137,190). Sum of RGB (Red+Green+Blue) = 42+137+190=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A89BE is #D57641. Grayscale: #727272. Windows color (decimal): -13989442 or 12486954. OLE color: 12486954.
HSL color Cylindrical-coordinate representation of color #2A89BE: hue angle of 201.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A89BE is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 137 | 190 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.25 |
| HSL | 201.49º | 0.64% | 0.45% | - |
| HSV(B) | 201.49º | 0.78% | 0.75% | - |
| XYZ | 19.19 | 22.1 | 51.97 | - |
| YUV | 114.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 190 | 0.78 | 0.28 | 0 | 0.25 | 201.49 | 0.64 | 0.45 |
| Hex | 2A | 89 | BE | 4E | 1C | 0 | 19 | C9 | 40 | 2D |
| Octal | 52 | 211 | 276 | 116 | 34 | 0 | 31 | 311 | 100 | 55 |
| Binary | 101010 | 10001001 | 10111110 | 1001110 | 11100 | 0 | 11001 | 11001001 | 1000000 | 101101 |
Color Harmonies of #2A89BE
Complementary color
Monochromatic Colors of #2A89BE
Black with #2A89BE
Text Example
Text Example
White with #2A89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A89BE; }
p { color: rgb(42,137,190); }
H1.HeaderClassName
{
color: #2A89BE;
}
.AnyTagClassName
{
color: #2A89BE;
}
</style>
background-color css
<style>
a { background-color: #2A89BE; }
a { background-color: rgb(42,137,190); }
div.DivClassName
{
background-color: #2A89BE;
}
.BgClassName
{
background-color: #2A89BE;
}
</style>
border-color css
<style>
span { border-color: #2A89BE; }
span { border-color: rgb(42,137,190); }
td.TdClassName
{
border-color: #2A89BE;
}
.TagClassName
{
border-color: #2A89BE;
}
</style>