Shades of Curious Blue #257DC3
Tints of Curious Blue #257DC3
RGB
CMYK
RGB Variations
Color information
#257DC3 (or 0x257DC3) is known color: Curious Blue. HEX triplet: 25, 7D and C3. RGB value is (37,125,195). Sum of RGB (Red+Green+Blue) = 37+125+195=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #257DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DC3 is #DA823C. Grayscale: #6A6A6A. Windows color (decimal): -14320189 or 12811557. OLE color: 12811557.
HSL color Cylindrical-coordinate representation of color #257DC3: hue angle of 206.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257DC3 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 125 | 195 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.24 |
| HSL | 206.58º | 0.68% | 0.45% | - |
| HSV(B) | 206.58º | 0.81% | 0.76% | - |
| XYZ | 17.95 | 19 | 54.35 | - |
| YUV | 106.67 | 177.85 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 195 | 0.81 | 0.36 | 0 | 0.24 | 206.58 | 0.68 | 0.45 |
| Hex | 25 | 7D | C3 | 51 | 24 | 0 | 18 | CF | 44 | 2D |
| Octal | 45 | 175 | 303 | 121 | 44 | 0 | 30 | 317 | 104 | 55 |
| Binary | 100101 | 1111101 | 11000011 | 1010001 | 100100 | 0 | 11000 | 11001111 | 1000100 | 101101 |
Color Harmonies of #257DC3
Complementary color
Monochromatic Colors of #257DC3
Black with #257DC3
Text Example
Text Example
White with #257DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DC3; }
p { color: rgb(37,125,195); }
H1.HeaderClassName
{
color: #257DC3;
}
.AnyTagClassName
{
color: #257DC3;
}
</style>
background-color css
<style>
a { background-color: #257DC3; }
a { background-color: rgb(37,125,195); }
div.DivClassName
{
background-color: #257DC3;
}
.BgClassName
{
background-color: #257DC3;
}
</style>
border-color css
<style>
span { border-color: #257DC3; }
span { border-color: rgb(37,125,195); }
td.TdClassName
{
border-color: #257DC3;
}
.TagClassName
{
border-color: #257DC3;
}
</style>