Shades of Curious Blue #2577BA
Tints of Curious Blue #2577BA
RGB
CMYK
RGB Variations
Color information
#2577BA (or 0x2577BA) is known color: Curious Blue. HEX triplet: 25, 77 and BA. RGB value is (37,119,186). Sum of RGB (Red+Green+Blue) = 37+119+186=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #2577BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2577BA is #DA8845. Grayscale: #656565. Windows color (decimal): -14321734 or 12220197. OLE color: 12220197.
HSL color Cylindrical-coordinate representation of color #2577BA: hue angle of 206.98º 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 #2577BA is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 119 | 186 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.27 |
| HSL | 206.98º | 0.67% | 0.44% | - |
| HSV(B) | 206.98º | 0.8% | 0.73% | - |
| XYZ | 16.22 | 17.13 | 48.91 | - |
| YUV | 102.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 186 | 0.80 | 0.36 | 0 | 0.27 | 206.98 | 0.67 | 0.44 |
| Hex | 25 | 77 | BA | 50 | 24 | 0 | 1B | CF | 43 | 2C |
| Octal | 45 | 167 | 272 | 120 | 44 | 0 | 33 | 317 | 103 | 54 |
| Binary | 100101 | 1110111 | 10111010 | 1010000 | 100100 | 0 | 11011 | 11001111 | 1000011 | 101100 |
Color Harmonies of #2577BA
Complementary color
Monochromatic Colors of #2577BA
Black with #2577BA
Text Example
Text Example
White with #2577BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2577BA; }
p { color: rgb(37,119,186); }
H1.HeaderClassName
{
color: #2577BA;
}
.AnyTagClassName
{
color: #2577BA;
}
</style>
background-color css
<style>
a { background-color: #2577BA; }
a { background-color: rgb(37,119,186); }
div.DivClassName
{
background-color: #2577BA;
}
.BgClassName
{
background-color: #2577BA;
}
</style>
border-color css
<style>
span { border-color: #2577BA; }
span { border-color: rgb(37,119,186); }
td.TdClassName
{
border-color: #2577BA;
}
.TagClassName
{
border-color: #2577BA;
}
</style>