Shades of Curious Blue #2280CA
Tints of Curious Blue #2280CA
RGB
CMYK
RGB Variations
Color information
#2280CA (or 0x2280CA) is known color: Curious Blue. HEX triplet: 22, 80 and CA. RGB value is (34,128,202). Sum of RGB (Red+Green+Blue) = 34+128+202=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #2280CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2280CA is #DD7F35. Grayscale: #6B6B6B. Windows color (decimal): -14516022 or 13271074. OLE color: 13271074.
HSL color Cylindrical-coordinate representation of color #2280CA: hue angle of 206.43º 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 #2280CA is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 128 | 202 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.21 |
| HSL | 206.43º | 0.71% | 0.46% | - |
| HSV(B) | 206.43º | 0.83% | 0.79% | - |
| XYZ | 19.04 | 20.04 | 58.74 | - |
| YUV | 108.33 | 180.86 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 202 | 0.83 | 0.37 | 0 | 0.21 | 206.43 | 0.71 | 0.46 |
| Hex | 22 | 80 | CA | 53 | 25 | 0 | 15 | CE | 47 | 2E |
| Octal | 42 | 200 | 312 | 123 | 45 | 0 | 25 | 316 | 107 | 56 |
| Binary | 100010 | 10000000 | 11001010 | 1010011 | 100101 | 0 | 10101 | 11001110 | 1000111 | 101110 |
Color Harmonies of #2280CA
Complementary color
Monochromatic Colors of #2280CA
Black with #2280CA
Text Example
Text Example
White with #2280CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2280CA; }
p { color: rgb(34,128,202); }
H1.HeaderClassName
{
color: #2280CA;
}
.AnyTagClassName
{
color: #2280CA;
}
</style>
background-color css
<style>
a { background-color: #2280CA; }
a { background-color: rgb(34,128,202); }
div.DivClassName
{
background-color: #2280CA;
}
.BgClassName
{
background-color: #2280CA;
}
</style>
border-color css
<style>
span { border-color: #2280CA; }
span { border-color: rgb(34,128,202); }
td.TdClassName
{
border-color: #2280CA;
}
.TagClassName
{
border-color: #2280CA;
}
</style>