Shades of Curious Blue #397EC0
Tints of Curious Blue #397EC0
RGB
CMYK
RGB Variations
Color information
#397EC0 (or 0x397EC0) is known color: Curious Blue. HEX triplet: 39, 7E and C0. RGB value is (57,126,192). Sum of RGB (Red+Green+Blue) = 57+126+192=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #397EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EC0 is #C6813F. Grayscale: #707070. Windows color (decimal): -13009216 or 12615225. OLE color: 12615225.
HSL color Cylindrical-coordinate representation of color #397EC0: hue angle of 209.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397EC0 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 126 | 192 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.25 |
| HSL | 209.33º | 0.54% | 0.49% | - |
| HSV(B) | 209.33º | 0.7% | 0.75% | - |
| XYZ | 18.66 | 19.6 | 52.67 | - |
| YUV | 112.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 192 | 0.70 | 0.34 | 0 | 0.25 | 209.33 | 0.54 | 0.49 |
| Hex | 39 | 7E | C0 | 46 | 22 | 0 | 19 | D1 | 36 | 31 |
| Octal | 71 | 176 | 300 | 106 | 42 | 0 | 31 | 321 | 66 | 61 |
| Binary | 111001 | 1111110 | 11000000 | 1000110 | 100010 | 0 | 11001 | 11010001 | 110110 | 110001 |
Color Harmonies of #397EC0
Complementary color
Monochromatic Colors of #397EC0
Black with #397EC0
Text Example
Text Example
White with #397EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EC0; }
p { color: rgb(57,126,192); }
H1.HeaderClassName
{
color: #397EC0;
}
.AnyTagClassName
{
color: #397EC0;
}
</style>
background-color css
<style>
a { background-color: #397EC0; }
a { background-color: rgb(57,126,192); }
div.DivClassName
{
background-color: #397EC0;
}
.BgClassName
{
background-color: #397EC0;
}
</style>
border-color css
<style>
span { border-color: #397EC0; }
span { border-color: rgb(57,126,192); }
td.TdClassName
{
border-color: #397EC0;
}
.TagClassName
{
border-color: #397EC0;
}
</style>