Shades of Curious Blue #2283CB
Tints of Curious Blue #2283CB
RGB
CMYK
RGB Variations
Color information
#2283CB (or 0x2283CB) is known color: Curious Blue. HEX triplet: 22, 83 and CB. RGB value is (34,131,203). Sum of RGB (Red+Green+Blue) = 34+131+203=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #2283CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2283CB is #DD7C34. Grayscale: #6D6D6D. Windows color (decimal): -14515253 or 13337378. OLE color: 13337378.
HSL color Cylindrical-coordinate representation of color #2283CB: hue angle of 205.56º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2283CB is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 131 | 203 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.20 |
| HSL | 205.56º | 0.71% | 0.46% | - |
| HSV(B) | 205.56º | 0.83% | 0.8% | - |
| XYZ | 19.56 | 20.88 | 59.5 | - |
| YUV | 110.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 203 | 0.83 | 0.35 | 0 | 0.20 | 205.56 | 0.71 | 0.46 |
| Hex | 22 | 83 | CB | 53 | 23 | 0 | 14 | CE | 47 | 2E |
| Octal | 42 | 203 | 313 | 123 | 43 | 0 | 24 | 316 | 107 | 56 |
| Binary | 100010 | 10000011 | 11001011 | 1010011 | 100011 | 0 | 10100 | 11001110 | 1000111 | 101110 |
Color Harmonies of #2283CB
Complementary color
Monochromatic Colors of #2283CB
Black with #2283CB
Text Example
Text Example
White with #2283CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2283CB; }
p { color: rgb(34,131,203); }
H1.HeaderClassName
{
color: #2283CB;
}
.AnyTagClassName
{
color: #2283CB;
}
</style>
background-color css
<style>
a { background-color: #2283CB; }
a { background-color: rgb(34,131,203); }
div.DivClassName
{
background-color: #2283CB;
}
.BgClassName
{
background-color: #2283CB;
}
</style>
border-color css
<style>
span { border-color: #2283CB; }
span { border-color: rgb(34,131,203); }
td.TdClassName
{
border-color: #2283CB;
}
.TagClassName
{
border-color: #2283CB;
}
</style>