Shades of Curious Blue #2282BA
Tints of Curious Blue #2282BA
RGB
CMYK
RGB Variations
Color information
#2282BA (or 0x2282BA) is known color: Curious Blue. HEX triplet: 22, 82 and BA. RGB value is (34,130,186). Sum of RGB (Red+Green+Blue) = 34+130+186=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #2282BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2282BA is #DD7D45. Grayscale: #6B6B6B. Windows color (decimal): -14515526 or 12223010. OLE color: 12223010.
HSL color Cylindrical-coordinate representation of color #2282BA: hue angle of 202.11º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2282BA is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 130 | 186 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.27 |
| HSL | 202.11º | 0.69% | 0.43% | - |
| HSV(B) | 202.11º | 0.82% | 0.73% | - |
| XYZ | 17.51 | 19.85 | 49.36 | - |
| YUV | 107.68 | 172.2 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 186 | 0.82 | 0.30 | 0 | 0.27 | 202.11 | 0.69 | 0.43 |
| Hex | 22 | 82 | BA | 52 | 1E | 0 | 1B | CA | 45 | 2B |
| Octal | 42 | 202 | 272 | 122 | 36 | 0 | 33 | 312 | 105 | 53 |
| Binary | 100010 | 10000010 | 10111010 | 1010010 | 11110 | 0 | 11011 | 11001010 | 1000101 | 101011 |
Color Harmonies of #2282BA
Complementary color
Monochromatic Colors of #2282BA
Black with #2282BA
Text Example
Text Example
White with #2282BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2282BA; }
p { color: rgb(34,130,186); }
H1.HeaderClassName
{
color: #2282BA;
}
.AnyTagClassName
{
color: #2282BA;
}
</style>
background-color css
<style>
a { background-color: #2282BA; }
a { background-color: rgb(34,130,186); }
div.DivClassName
{
background-color: #2282BA;
}
.BgClassName
{
background-color: #2282BA;
}
</style>
border-color css
<style>
span { border-color: #2282BA; }
span { border-color: rgb(34,130,186); }
td.TdClassName
{
border-color: #2282BA;
}
.TagClassName
{
border-color: #2282BA;
}
</style>