Shades of Curious Blue #2585C1
Tints of Curious Blue #2585C1
RGB
CMYK
RGB Variations
Color information
#2585C1 (or 0x2585C1) is known color: Curious Blue. HEX triplet: 25, 85 and C1. RGB value is (37,133,193). Sum of RGB (Red+Green+Blue) = 37+133+193=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #2585C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585C1 is #DA7A3E. Grayscale: #6E6E6E. Windows color (decimal): -14318143 or 12682533. OLE color: 12682533.
HSL color Cylindrical-coordinate representation of color #2585C1: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2585C1 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 133 | 193 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.24 |
| HSL | 203.08º | 0.68% | 0.45% | - |
| HSV(B) | 203.08º | 0.81% | 0.76% | - |
| XYZ | 18.78 | 21.02 | 53.52 | - |
| YUV | 111.14 | 174.2 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 193 | 0.81 | 0.31 | 0 | 0.24 | 203.08 | 0.68 | 0.45 |
| Hex | 25 | 85 | C1 | 51 | 1F | 0 | 18 | CB | 44 | 2D |
| Octal | 45 | 205 | 301 | 121 | 37 | 0 | 30 | 313 | 104 | 55 |
| Binary | 100101 | 10000101 | 11000001 | 1010001 | 11111 | 0 | 11000 | 11001011 | 1000100 | 101101 |
Color Harmonies of #2585C1
Complementary color
Monochromatic Colors of #2585C1
Black with #2585C1
Text Example
Text Example
White with #2585C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2585C1; }
p { color: rgb(37,133,193); }
H1.HeaderClassName
{
color: #2585C1;
}
.AnyTagClassName
{
color: #2585C1;
}
</style>
background-color css
<style>
a { background-color: #2585C1; }
a { background-color: rgb(37,133,193); }
div.DivClassName
{
background-color: #2585C1;
}
.BgClassName
{
background-color: #2585C1;
}
</style>
border-color css
<style>
span { border-color: #2585C1; }
span { border-color: rgb(37,133,193); }
td.TdClassName
{
border-color: #2585C1;
}
.TagClassName
{
border-color: #2585C1;
}
</style>