Shades of Curious Blue #2281BE
Tints of Curious Blue #2281BE
RGB
CMYK
RGB Variations
Color information
#2281BE (or 0x2281BE) is known color: Curious Blue. HEX triplet: 22, 81 and BE. RGB value is (34,129,190). Sum of RGB (Red+Green+Blue) = 34+129+190=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #2281BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2281BE is #DD7E41. Grayscale: #6B6B6B. Windows color (decimal): -14515778 or 12484898. OLE color: 12484898.
HSL color Cylindrical-coordinate representation of color #2281BE: hue angle of 203.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2281BE is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 129 | 190 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.25 |
| HSL | 203.46º | 0.7% | 0.44% | - |
| HSV(B) | 203.46º | 0.82% | 0.75% | - |
| XYZ | 17.8 | 19.76 | 51.59 | - |
| YUV | 107.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 190 | 0.82 | 0.32 | 0 | 0.25 | 203.46 | 0.7 | 0.44 |
| Hex | 22 | 81 | BE | 52 | 20 | 0 | 19 | CB | 46 | 2C |
| Octal | 42 | 201 | 276 | 122 | 40 | 0 | 31 | 313 | 106 | 54 |
| Binary | 100010 | 10000001 | 10111110 | 1010010 | 100000 | 0 | 11001 | 11001011 | 1000110 | 101100 |
Color Harmonies of #2281BE
Complementary color
Monochromatic Colors of #2281BE
Black with #2281BE
Text Example
Text Example
White with #2281BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2281BE; }
p { color: rgb(34,129,190); }
H1.HeaderClassName
{
color: #2281BE;
}
.AnyTagClassName
{
color: #2281BE;
}
</style>
background-color css
<style>
a { background-color: #2281BE; }
a { background-color: rgb(34,129,190); }
div.DivClassName
{
background-color: #2281BE;
}
.BgClassName
{
background-color: #2281BE;
}
</style>
border-color css
<style>
span { border-color: #2281BE; }
span { border-color: rgb(34,129,190); }
td.TdClassName
{
border-color: #2281BE;
}
.TagClassName
{
border-color: #2281BE;
}
</style>