Shades of Curious Blue #2280BC
Tints of Curious Blue #2280BC
RGB
CMYK
RGB Variations
Color information
#2280BC (or 0x2280BC) is known color: Curious Blue. HEX triplet: 22, 80 and BC. RGB value is (34,128,188). Sum of RGB (Red+Green+Blue) = 34+128+188=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #2280BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2280BC is #DD7F43. Grayscale: #6A6A6A. Windows color (decimal): -14516036 or 12353570. OLE color: 12353570.
HSL color Cylindrical-coordinate representation of color #2280BC: hue angle of 203.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2280BC is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 128 | 188 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.26 |
| HSL | 203.38º | 0.69% | 0.44% | - |
| HSV(B) | 203.38º | 0.82% | 0.74% | - |
| XYZ | 17.46 | 19.41 | 50.4 | - |
| YUV | 106.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 188 | 0.82 | 0.32 | 0 | 0.26 | 203.38 | 0.69 | 0.44 |
| Hex | 22 | 80 | BC | 52 | 20 | 0 | 1A | CB | 45 | 2C |
| Octal | 42 | 200 | 274 | 122 | 40 | 0 | 32 | 313 | 105 | 54 |
| Binary | 100010 | 10000000 | 10111100 | 1010010 | 100000 | 0 | 11010 | 11001011 | 1000101 | 101100 |
Color Harmonies of #2280BC
Complementary color
Monochromatic Colors of #2280BC
Black with #2280BC
Text Example
Text Example
White with #2280BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2280BC; }
p { color: rgb(34,128,188); }
H1.HeaderClassName
{
color: #2280BC;
}
.AnyTagClassName
{
color: #2280BC;
}
</style>
background-color css
<style>
a { background-color: #2280BC; }
a { background-color: rgb(34,128,188); }
div.DivClassName
{
background-color: #2280BC;
}
.BgClassName
{
background-color: #2280BC;
}
</style>
border-color css
<style>
span { border-color: #2280BC; }
span { border-color: rgb(34,128,188); }
td.TdClassName
{
border-color: #2280BC;
}
.TagClassName
{
border-color: #2280BC;
}
</style>