Shades of Curious Blue #2584C6
Tints of Curious Blue #2584C6
RGB
CMYK
RGB Variations
Color information
#2584C6 (or 0x2584C6) is known color: Curious Blue. HEX triplet: 25, 84 and C6. RGB value is (37,132,198). Sum of RGB (Red+Green+Blue) = 37+132+198=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #2584C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2584C6 is #DA7B39. Grayscale: #6E6E6E. Windows color (decimal): -14318394 or 13009957. OLE color: 13009957.
HSL color Cylindrical-coordinate representation of color #2584C6: hue angle of 204.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2584C6 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 132 | 198 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.22 |
| HSL | 204.6º | 0.69% | 0.46% | - |
| HSV(B) | 204.6º | 0.81% | 0.78% | - |
| XYZ | 19.21 | 20.97 | 56.46 | - |
| YUV | 111.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 198 | 0.81 | 0.33 | 0 | 0.22 | 204.6 | 0.69 | 0.46 |
| Hex | 25 | 84 | C6 | 51 | 21 | 0 | 16 | CD | 45 | 2E |
| Octal | 45 | 204 | 306 | 121 | 41 | 0 | 26 | 315 | 105 | 56 |
| Binary | 100101 | 10000100 | 11000110 | 1010001 | 100001 | 0 | 10110 | 11001101 | 1000101 | 101110 |
Color Harmonies of #2584C6
Complementary color
Monochromatic Colors of #2584C6
Black with #2584C6
Text Example
Text Example
White with #2584C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2584C6; }
p { color: rgb(37,132,198); }
H1.HeaderClassName
{
color: #2584C6;
}
.AnyTagClassName
{
color: #2584C6;
}
</style>
background-color css
<style>
a { background-color: #2584C6; }
a { background-color: rgb(37,132,198); }
div.DivClassName
{
background-color: #2584C6;
}
.BgClassName
{
background-color: #2584C6;
}
</style>
border-color css
<style>
span { border-color: #2584C6; }
span { border-color: rgb(37,132,198); }
td.TdClassName
{
border-color: #2584C6;
}
.TagClassName
{
border-color: #2584C6;
}
</style>