Shades of Curious Blue #257CBA
Tints of Curious Blue #257CBA
RGB
CMYK
RGB Variations
Color information
#257CBA (or 0x257CBA) is known color: Curious Blue. HEX triplet: 25, 7C and BA. RGB value is (37,124,186). Sum of RGB (Red+Green+Blue) = 37+124+186=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #257CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CBA is #DA8345. Grayscale: #686868. Windows color (decimal): -14320454 or 12221477. OLE color: 12221477.
HSL color Cylindrical-coordinate representation of color #257CBA: hue angle of 204.97º 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 #257CBA is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 124 | 186 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.27 |
| HSL | 204.97º | 0.67% | 0.44% | - |
| HSV(B) | 204.97º | 0.8% | 0.73% | - |
| XYZ | 16.83 | 18.35 | 49.11 | - |
| YUV | 105.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 186 | 0.80 | 0.33 | 0 | 0.27 | 204.97 | 0.67 | 0.44 |
| Hex | 25 | 7C | BA | 50 | 21 | 0 | 1B | CD | 43 | 2C |
| Octal | 45 | 174 | 272 | 120 | 41 | 0 | 33 | 315 | 103 | 54 |
| Binary | 100101 | 1111100 | 10111010 | 1010000 | 100001 | 0 | 11011 | 11001101 | 1000011 | 101100 |
Color Harmonies of #257CBA
Complementary color
Monochromatic Colors of #257CBA
Black with #257CBA
Text Example
Text Example
White with #257CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CBA; }
p { color: rgb(37,124,186); }
H1.HeaderClassName
{
color: #257CBA;
}
.AnyTagClassName
{
color: #257CBA;
}
</style>
background-color css
<style>
a { background-color: #257CBA; }
a { background-color: rgb(37,124,186); }
div.DivClassName
{
background-color: #257CBA;
}
.BgClassName
{
background-color: #257CBA;
}
</style>
border-color css
<style>
span { border-color: #257CBA; }
span { border-color: rgb(37,124,186); }
td.TdClassName
{
border-color: #257CBA;
}
.TagClassName
{
border-color: #257CBA;
}
</style>