Shades of Curious Blue #2288CC
Tints of Curious Blue #2288CC
RGB
CMYK
RGB Variations
Color information
#2288CC (or 0x2288CC) is known color: Curious Blue. HEX triplet: 22, 88 and CC. RGB value is (34,136,204). Sum of RGB (Red+Green+Blue) = 34+136+204=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2288CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2288CC is #DD7733. Grayscale: #707070. Windows color (decimal): -14513972 or 13404194. OLE color: 13404194.
HSL color Cylindrical-coordinate representation of color #2288CC: hue angle of 204º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2288CC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 136 | 204 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.2 |
| HSL | 204º | 0.71% | 0.47% | - |
| HSV(B) | 204º | 0.83% | 0.8% | - |
| XYZ | 20.36 | 22.31 | 60.36 | - |
| YUV | 113.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 204 | 0.83 | 0.33 | 0 | 0.2 | 204 | 0.71 | 0.47 |
| Hex | 22 | 88 | CC | 53 | 21 | 0 | 14 | CC | 47 | 2F |
| Octal | 42 | 210 | 314 | 123 | 41 | 0 | 24 | 314 | 107 | 57 |
| Binary | 100010 | 10001000 | 11001100 | 1010011 | 100001 | 0 | 10100 | 11001100 | 1000111 | 101111 |
Color Harmonies of #2288CC
Complementary color
Monochromatic Colors of #2288CC
Black with #2288CC
Text Example
Text Example
White with #2288CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2288CC; }
p { color: rgb(34,136,204); }
H1.HeaderClassName
{
color: #2288CC;
}
.AnyTagClassName
{
color: #2288CC;
}
</style>
background-color css
<style>
a { background-color: #2288CC; }
a { background-color: rgb(34,136,204); }
div.DivClassName
{
background-color: #2288CC;
}
.BgClassName
{
background-color: #2288CC;
}
</style>
border-color css
<style>
span { border-color: #2288CC; }
span { border-color: rgb(34,136,204); }
td.TdClassName
{
border-color: #2288CC;
}
.TagClassName
{
border-color: #2288CC;
}
</style>