Shades of Curious Blue #2284CA
Tints of Curious Blue #2284CA
RGB
CMYK
RGB Variations
Color information
#2284CA (or 0x2284CA) is known color: Curious Blue. HEX triplet: 22, 84 and CA. RGB value is (34,132,202). Sum of RGB (Red+Green+Blue) = 34+132+202=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #2284CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2284CA is #DD7B35. Grayscale: #6E6E6E. Windows color (decimal): -14514998 or 13272098. OLE color: 13272098.
HSL color Cylindrical-coordinate representation of color #2284CA: hue angle of 205º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2284CA is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 132 | 202 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.21 |
| HSL | 205º | 0.71% | 0.46% | - |
| HSV(B) | 205º | 0.83% | 0.79% | - |
| XYZ | 19.57 | 21.11 | 58.92 | - |
| YUV | 110.68 | 179.53 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 202 | 0.83 | 0.35 | 0 | 0.21 | 205 | 0.71 | 0.46 |
| Hex | 22 | 84 | CA | 53 | 23 | 0 | 15 | CD | 47 | 2E |
| Octal | 42 | 204 | 312 | 123 | 43 | 0 | 25 | 315 | 107 | 56 |
| Binary | 100010 | 10000100 | 11001010 | 1010011 | 100011 | 0 | 10101 | 11001101 | 1000111 | 101110 |
Color Harmonies of #2284CA
Complementary color
Monochromatic Colors of #2284CA
Black with #2284CA
Text Example
Text Example
White with #2284CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2284CA; }
p { color: rgb(34,132,202); }
H1.HeaderClassName
{
color: #2284CA;
}
.AnyTagClassName
{
color: #2284CA;
}
</style>
background-color css
<style>
a { background-color: #2284CA; }
a { background-color: rgb(34,132,202); }
div.DivClassName
{
background-color: #2284CA;
}
.BgClassName
{
background-color: #2284CA;
}
</style>
border-color css
<style>
span { border-color: #2284CA; }
span { border-color: rgb(34,132,202); }
td.TdClassName
{
border-color: #2284CA;
}
.TagClassName
{
border-color: #2284CA;
}
</style>