Shades of Curious Blue #2184C7
Tints of Curious Blue #2184C7
RGB
CMYK
RGB Variations
Color information
#2184C7 (or 0x2184C7) is known color: Curious Blue. HEX triplet: 21, 84 and C7. RGB value is (33,132,199). Sum of RGB (Red+Green+Blue) = 33+132+199=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #2184C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2184C7 is #DE7B38. Grayscale: #6D6D6D. Windows color (decimal): -14580537 or 13075489. OLE color: 13075489.
HSL color Cylindrical-coordinate representation of color #2184C7: hue angle of 204.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2184C7 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 132 | 199 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.22 |
| HSL | 204.22º | 0.72% | 0.45% | - |
| HSV(B) | 204.22º | 0.83% | 0.78% | - |
| XYZ | 19.19 | 20.95 | 57.07 | - |
| YUV | 110.04 | 178.2 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 199 | 0.83 | 0.34 | 0 | 0.22 | 204.22 | 0.72 | 0.45 |
| Hex | 21 | 84 | C7 | 53 | 22 | 0 | 16 | CC | 48 | 2D |
| Octal | 41 | 204 | 307 | 123 | 42 | 0 | 26 | 314 | 110 | 55 |
| Binary | 100001 | 10000100 | 11000111 | 1010011 | 100010 | 0 | 10110 | 11001100 | 1001000 | 101101 |
Color Harmonies of #2184C7
Complementary color
Monochromatic Colors of #2184C7
Black with #2184C7
Text Example
Text Example
White with #2184C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2184C7; }
p { color: rgb(33,132,199); }
H1.HeaderClassName
{
color: #2184C7;
}
.AnyTagClassName
{
color: #2184C7;
}
</style>
background-color css
<style>
a { background-color: #2184C7; }
a { background-color: rgb(33,132,199); }
div.DivClassName
{
background-color: #2184C7;
}
.BgClassName
{
background-color: #2184C7;
}
</style>
border-color css
<style>
span { border-color: #2184C7; }
span { border-color: rgb(33,132,199); }
td.TdClassName
{
border-color: #2184C7;
}
.TagClassName
{
border-color: #2184C7;
}
</style>