Shades of Curious Blue #2579BA
Tints of Curious Blue #2579BA
RGB
CMYK
RGB Variations
Color information
#2579BA (or 0x2579BA) is known color: Curious Blue. HEX triplet: 25, 79 and BA. RGB value is (37,121,186). Sum of RGB (Red+Green+Blue) = 37+121+186=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #2579BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579BA is #DA8645. Grayscale: #666666. Windows color (decimal): -14321222 or 12220709. OLE color: 12220709.
HSL color Cylindrical-coordinate representation of color #2579BA: hue angle of 206.17º 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 #2579BA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 121 | 186 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.27 |
| HSL | 206.17º | 0.67% | 0.44% | - |
| HSV(B) | 206.17º | 0.8% | 0.73% | - |
| XYZ | 16.46 | 17.61 | 48.99 | - |
| YUV | 103.29 | 174.67 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 186 | 0.80 | 0.35 | 0 | 0.27 | 206.17 | 0.67 | 0.44 |
| Hex | 25 | 79 | BA | 50 | 23 | 0 | 1B | CE | 43 | 2C |
| Octal | 45 | 171 | 272 | 120 | 43 | 0 | 33 | 316 | 103 | 54 |
| Binary | 100101 | 1111001 | 10111010 | 1010000 | 100011 | 0 | 11011 | 11001110 | 1000011 | 101100 |
Color Harmonies of #2579BA
Complementary color
Monochromatic Colors of #2579BA
Black with #2579BA
Text Example
Text Example
White with #2579BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2579BA; }
p { color: rgb(37,121,186); }
H1.HeaderClassName
{
color: #2579BA;
}
.AnyTagClassName
{
color: #2579BA;
}
</style>
background-color css
<style>
a { background-color: #2579BA; }
a { background-color: rgb(37,121,186); }
div.DivClassName
{
background-color: #2579BA;
}
.BgClassName
{
background-color: #2579BA;
}
</style>
border-color css
<style>
span { border-color: #2579BA; }
span { border-color: rgb(37,121,186); }
td.TdClassName
{
border-color: #2579BA;
}
.TagClassName
{
border-color: #2579BA;
}
</style>