Shades of Curious Blue #2B81C3
Tints of Curious Blue #2B81C3
RGB
CMYK
RGB Variations
Color information
#2B81C3 (or 0x2B81C3) is known color: Curious Blue. HEX triplet: 2B, 81 and C3. RGB value is (43,129,195). Sum of RGB (Red+Green+Blue) = 43+129+195=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #2B81C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B81C3 is #D47E3C. Grayscale: #6E6E6E. Windows color (decimal): -13925949 or 12812587. OLE color: 12812587.
HSL color Cylindrical-coordinate representation of color #2B81C3: hue angle of 206.05º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B81C3 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 129 | 195 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.24 |
| HSL | 206.05º | 0.64% | 0.47% | - |
| HSV(B) | 206.05º | 0.78% | 0.76% | - |
| XYZ | 18.7 | 20.15 | 54.53 | - |
| YUV | 110.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 195 | 0.78 | 0.34 | 0 | 0.24 | 206.05 | 0.64 | 0.47 |
| Hex | 2B | 81 | C3 | 4E | 22 | 0 | 18 | CE | 40 | 2F |
| Octal | 53 | 201 | 303 | 116 | 42 | 0 | 30 | 316 | 100 | 57 |
| Binary | 101011 | 10000001 | 11000011 | 1001110 | 100010 | 0 | 11000 | 11001110 | 1000000 | 101111 |
Color Harmonies of #2B81C3
Complementary color
Monochromatic Colors of #2B81C3
Black with #2B81C3
Text Example
Text Example
White with #2B81C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B81C3; }
p { color: rgb(43,129,195); }
H1.HeaderClassName
{
color: #2B81C3;
}
.AnyTagClassName
{
color: #2B81C3;
}
</style>
background-color css
<style>
a { background-color: #2B81C3; }
a { background-color: rgb(43,129,195); }
div.DivClassName
{
background-color: #2B81C3;
}
.BgClassName
{
background-color: #2B81C3;
}
</style>
border-color css
<style>
span { border-color: #2B81C3; }
span { border-color: rgb(43,129,195); }
td.TdClassName
{
border-color: #2B81C3;
}
.TagClassName
{
border-color: #2B81C3;
}
</style>