Shades of Curious Blue #2B90CA
Tints of Curious Blue #2B90CA
RGB
CMYK
RGB Variations
Color information
#2B90CA (or 0x2B90CA) is known color: Curious Blue. HEX triplet: 2B, 90 and CA. RGB value is (43,144,202). Sum of RGB (Red+Green+Blue) = 43+144+202=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90CA is #D46F35. Grayscale: #787878. Windows color (decimal): -13922102 or 13275179. OLE color: 13275179.
HSL color Cylindrical-coordinate representation of color #2B90CA: hue angle of 201.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B90CA is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 144 | 202 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.21 |
| HSL | 201.89º | 0.65% | 0.48% | - |
| HSV(B) | 201.89º | 0.79% | 0.79% | - |
| XYZ | 21.63 | 24.72 | 59.51 | - |
| YUV | 120.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 202 | 0.79 | 0.29 | 0 | 0.21 | 201.89 | 0.65 | 0.48 |
| Hex | 2B | 90 | CA | 4F | 1D | 0 | 15 | CA | 41 | 30 |
| Octal | 53 | 220 | 312 | 117 | 35 | 0 | 25 | 312 | 101 | 60 |
| Binary | 101011 | 10010000 | 11001010 | 1001111 | 11101 | 0 | 10101 | 11001010 | 1000001 | 110000 |
Color Harmonies of #2B90CA
Complementary color
Monochromatic Colors of #2B90CA
Black with #2B90CA
Text Example
Text Example
White with #2B90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B90CA; }
p { color: rgb(43,144,202); }
H1.HeaderClassName
{
color: #2B90CA;
}
.AnyTagClassName
{
color: #2B90CA;
}
</style>
background-color css
<style>
a { background-color: #2B90CA; }
a { background-color: rgb(43,144,202); }
div.DivClassName
{
background-color: #2B90CA;
}
.BgClassName
{
background-color: #2B90CA;
}
</style>
border-color css
<style>
span { border-color: #2B90CA; }
span { border-color: rgb(43,144,202); }
td.TdClassName
{
border-color: #2B90CA;
}
.TagClassName
{
border-color: #2B90CA;
}
</style>