Shades of Curious Blue #2580BC
Tints of Curious Blue #2580BC
RGB
CMYK
RGB Variations
Color information
#2580BC (or 0x2580BC) is known color: Curious Blue. HEX triplet: 25, 80 and BC. RGB value is (37,128,188). Sum of RGB (Red+Green+Blue) = 37+128+188=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #2580BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580BC is #DA7F43. Grayscale: #6B6B6B. Windows color (decimal): -14319428 or 12353573. OLE color: 12353573.
HSL color Cylindrical-coordinate representation of color #2580BC: hue angle of 203.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2580BC is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 128 | 188 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.26 |
| HSL | 203.84º | 0.67% | 0.44% | - |
| HSV(B) | 203.84º | 0.8% | 0.74% | - |
| XYZ | 17.56 | 19.46 | 50.41 | - |
| YUV | 107.63 | 173.35 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 188 | 0.80 | 0.32 | 0 | 0.26 | 203.84 | 0.67 | 0.44 |
| Hex | 25 | 80 | BC | 50 | 20 | 0 | 1A | CC | 43 | 2C |
| Octal | 45 | 200 | 274 | 120 | 40 | 0 | 32 | 314 | 103 | 54 |
| Binary | 100101 | 10000000 | 10111100 | 1010000 | 100000 | 0 | 11010 | 11001100 | 1000011 | 101100 |
Color Harmonies of #2580BC
Complementary color
Monochromatic Colors of #2580BC
Black with #2580BC
Text Example
Text Example
White with #2580BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2580BC; }
p { color: rgb(37,128,188); }
H1.HeaderClassName
{
color: #2580BC;
}
.AnyTagClassName
{
color: #2580BC;
}
</style>
background-color css
<style>
a { background-color: #2580BC; }
a { background-color: rgb(37,128,188); }
div.DivClassName
{
background-color: #2580BC;
}
.BgClassName
{
background-color: #2580BC;
}
</style>
border-color css
<style>
span { border-color: #2580BC; }
span { border-color: rgb(37,128,188); }
td.TdClassName
{
border-color: #2580BC;
}
.TagClassName
{
border-color: #2580BC;
}
</style>