Shades of Curious Blue #2585BA
Tints of Curious Blue #2585BA
RGB
CMYK
RGB Variations
Color information
#2585BA (or 0x2585BA) is known color: Curious Blue. HEX triplet: 25, 85 and BA. RGB value is (37,133,186). Sum of RGB (Red+Green+Blue) = 37+133+186=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #2585BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585BA is #DA7A45. Grayscale: #6E6E6E. Windows color (decimal): -14318150 or 12223781. OLE color: 12223781.
HSL color Cylindrical-coordinate representation of color #2585BA: hue angle of 201.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2585BA is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 133 | 186 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.27 |
| HSL | 201.34º | 0.67% | 0.44% | - |
| HSV(B) | 201.34º | 0.8% | 0.73% | - |
| XYZ | 18.01 | 20.71 | 49.5 | - |
| YUV | 110.34 | 170.7 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 186 | 0.80 | 0.28 | 0 | 0.27 | 201.34 | 0.67 | 0.44 |
| Hex | 25 | 85 | BA | 50 | 1C | 0 | 1B | C9 | 43 | 2C |
| Octal | 45 | 205 | 272 | 120 | 34 | 0 | 33 | 311 | 103 | 54 |
| Binary | 100101 | 10000101 | 10111010 | 1010000 | 11100 | 0 | 11011 | 11001001 | 1000011 | 101100 |
Color Harmonies of #2585BA
Complementary color
Monochromatic Colors of #2585BA
Black with #2585BA
Text Example
Text Example
White with #2585BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2585BA; }
p { color: rgb(37,133,186); }
H1.HeaderClassName
{
color: #2585BA;
}
.AnyTagClassName
{
color: #2585BA;
}
</style>
background-color css
<style>
a { background-color: #2585BA; }
a { background-color: rgb(37,133,186); }
div.DivClassName
{
background-color: #2585BA;
}
.BgClassName
{
background-color: #2585BA;
}
</style>
border-color css
<style>
span { border-color: #2585BA; }
span { border-color: rgb(37,133,186); }
td.TdClassName
{
border-color: #2585BA;
}
.TagClassName
{
border-color: #2585BA;
}
</style>