Shades of Curious Blue #257ABC
Tints of Curious Blue #257ABC
RGB
CMYK
RGB Variations
Color information
#257ABC (or 0x257ABC) is known color: Curious Blue. HEX triplet: 25, 7A and BC. RGB value is (37,122,188). Sum of RGB (Red+Green+Blue) = 37+122+188=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #257ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ABC is #DA8543. Grayscale: #676767. Windows color (decimal): -14320964 or 12352037. OLE color: 12352037.
HSL color Cylindrical-coordinate representation of color #257ABC: hue angle of 206.23º 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 #257ABC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 122 | 188 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.26 |
| HSL | 206.23º | 0.67% | 0.44% | - |
| HSV(B) | 206.23º | 0.8% | 0.74% | - |
| XYZ | 16.8 | 17.94 | 50.15 | - |
| YUV | 104.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 188 | 0.80 | 0.35 | 0 | 0.26 | 206.23 | 0.67 | 0.44 |
| Hex | 25 | 7A | BC | 50 | 23 | 0 | 1A | CE | 43 | 2C |
| Octal | 45 | 172 | 274 | 120 | 43 | 0 | 32 | 316 | 103 | 54 |
| Binary | 100101 | 1111010 | 10111100 | 1010000 | 100011 | 0 | 11010 | 11001110 | 1000011 | 101100 |
Color Harmonies of #257ABC
Complementary color
Monochromatic Colors of #257ABC
Black with #257ABC
Text Example
Text Example
White with #257ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ABC; }
p { color: rgb(37,122,188); }
H1.HeaderClassName
{
color: #257ABC;
}
.AnyTagClassName
{
color: #257ABC;
}
</style>
background-color css
<style>
a { background-color: #257ABC; }
a { background-color: rgb(37,122,188); }
div.DivClassName
{
background-color: #257ABC;
}
.BgClassName
{
background-color: #257ABC;
}
</style>
border-color css
<style>
span { border-color: #257ABC; }
span { border-color: rgb(37,122,188); }
td.TdClassName
{
border-color: #257ABC;
}
.TagClassName
{
border-color: #257ABC;
}
</style>