Shades of Curious Blue #2283CE
Tints of Curious Blue #2283CE
RGB
CMYK
RGB Variations
Color information
#2283CE (or 0x2283CE) is known color: Curious Blue. HEX triplet: 22, 83 and CE. RGB value is (34,131,206). Sum of RGB (Red+Green+Blue) = 34+131+206=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #2283CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2283CE is #DD7C31. Grayscale: #6E6E6E. Windows color (decimal): -14515250 or 13533986. OLE color: 13533986.
HSL color Cylindrical-coordinate representation of color #2283CE: hue angle of 206.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2283CE is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 131 | 206 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.19 |
| HSL | 206.16º | 0.72% | 0.47% | - |
| HSV(B) | 206.16º | 0.83% | 0.81% | - |
| XYZ | 19.92 | 21.03 | 61.4 | - |
| YUV | 110.55 | 181.86 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 206 | 0.83 | 0.36 | 0 | 0.19 | 206.16 | 0.72 | 0.47 |
| Hex | 22 | 83 | CE | 53 | 24 | 0 | 13 | CE | 48 | 2F |
| Octal | 42 | 203 | 316 | 123 | 44 | 0 | 23 | 316 | 110 | 57 |
| Binary | 100010 | 10000011 | 11001110 | 1010011 | 100100 | 0 | 10011 | 11001110 | 1001000 | 101111 |
Color Harmonies of #2283CE
Complementary color
Monochromatic Colors of #2283CE
Black with #2283CE
Text Example
Text Example
White with #2283CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2283CE; }
p { color: rgb(34,131,206); }
H1.HeaderClassName
{
color: #2283CE;
}
.AnyTagClassName
{
color: #2283CE;
}
</style>
background-color css
<style>
a { background-color: #2283CE; }
a { background-color: rgb(34,131,206); }
div.DivClassName
{
background-color: #2283CE;
}
.BgClassName
{
background-color: #2283CE;
}
</style>
border-color css
<style>
span { border-color: #2283CE; }
span { border-color: rgb(34,131,206); }
td.TdClassName
{
border-color: #2283CE;
}
.TagClassName
{
border-color: #2283CE;
}
</style>