Shades of Curious Blue #257CBB
Tints of Curious Blue #257CBB
RGB
CMYK
RGB Variations
Color information
#257CBB (or 0x257CBB) is known color: Curious Blue. HEX triplet: 25, 7C and BB. RGB value is (37,124,187). Sum of RGB (Red+Green+Blue) = 37+124+187=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #257CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CBB is #DA8344. Grayscale: #686868. Windows color (decimal): -14320453 or 12287013. OLE color: 12287013.
HSL color Cylindrical-coordinate representation of color #257CBB: hue angle of 205.2º 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 #257CBB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 124 | 187 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.27 |
| HSL | 205.2º | 0.67% | 0.44% | - |
| HSV(B) | 205.2º | 0.8% | 0.73% | - |
| XYZ | 16.94 | 18.4 | 49.67 | - |
| YUV | 105.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 187 | 0.80 | 0.34 | 0 | 0.27 | 205.2 | 0.67 | 0.44 |
| Hex | 25 | 7C | BB | 50 | 22 | 0 | 1B | CD | 43 | 2C |
| Octal | 45 | 174 | 273 | 120 | 42 | 0 | 33 | 315 | 103 | 54 |
| Binary | 100101 | 1111100 | 10111011 | 1010000 | 100010 | 0 | 11011 | 11001101 | 1000011 | 101100 |
Color Harmonies of #257CBB
Complementary color
Monochromatic Colors of #257CBB
Black with #257CBB
Text Example
Text Example
White with #257CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CBB; }
p { color: rgb(37,124,187); }
H1.HeaderClassName
{
color: #257CBB;
}
.AnyTagClassName
{
color: #257CBB;
}
</style>
background-color css
<style>
a { background-color: #257CBB; }
a { background-color: rgb(37,124,187); }
div.DivClassName
{
background-color: #257CBB;
}
.BgClassName
{
background-color: #257CBB;
}
</style>
border-color css
<style>
span { border-color: #257CBB; }
span { border-color: rgb(37,124,187); }
td.TdClassName
{
border-color: #257CBB;
}
.TagClassName
{
border-color: #257CBB;
}
</style>